| Commit message (Expand) | Author | Age | Files | Lines |
* | warning elim, and impl of vlist files _R only | Adrian Thurston | 2015-04-05 | 1 | -3/+28 |
* | first cut of C extensions | Adrian Thurston | 2015-04-01 | 1 | -0/+27 |
* | added global versions of the uord and sord funcs | Adrian Thurston | 2015-03-21 | 1 | -0/+25 |
* | added global versions of atoi, atoo, suffix and prefix | Adrian Thurston | 2015-03-21 | 1 | -0/+16 |
* | added exit_hard function, which just calls the system exit | Adrian Thurston | 2015-03-21 | 1 | -1/+4 |
* | added string.atoo (octal version of atoi) | Adrian Thurston | 2015-03-14 | 1 | -0/+3 |
* | various minor cleanup in bytecode | Adrian Thurston | 2015-03-01 | 1 | -2/+2 |
* | implemented str.prefix and str.suffix | Adrian Thurston | 2015-03-01 | 1 | -0/+6 |
* | need to make vlist and vmap elment structs unique | Adrian Thurston | 2015-02-14 | 1 | -4/+4 |
* | implementing vlist functions | Adrian Thurston | 2015-02-14 | 1 | -10/+10 |
* | vmap find: only upref result if it is a tree type | Adrian Thurston | 2015-02-14 | 1 | -2/+5 |
* | cleanup of the GenericType struct | Adrian Thurston | 2015-02-13 | 1 | -36/+36 |
* | implemented vmap find | Adrian Thurston | 2015-02-13 | 1 | -1/+1 |
* | work on value list and value map, can insert into vmap | Adrian Thurston | 2015-02-13 | 1 | -2/+60 |
* | added map_iter, for iterating map elements | Adrian Thurston | 2015-02-12 | 1 | -0/+10 |
* | added a list iterator so we don't need to use while loops | Adrian Thurston | 2015-02-12 | 1 | -0/+12 |
* | first cut of value-based ints, test cases pass | Adrian Thurston | 2015-01-27 | 1 | -5/+8 |
* | cleanup and duplicate elimination around context instructions | Adrian Thurston | 2015-01-25 | 1 | -6/+6 |
* | the translate ctx becomes this, also removed ctx from parser | Adrian Thurston | 2015-01-25 | 1 | -32/+4 |
* | moved the map functions into the IN_FN space | Adrian Thurston | 2015-01-23 | 1 | -3/+3 |
* | use IN_FN for the the list functions | Adrian Thurston | 2015-01-23 | 1 | -7/+60 |
* | revert "removed GPL license file and stripped GPL headers" | Adrian Thurston | 2015-01-23 | 1 | -0/+17 |
* | more of map implemented: can now traverse map elements | Adrian Thurston | 2015-01-17 | 1 | -6/+59 |
* | can now address key in a map element | Adrian Thurston | 2015-01-17 | 1 | -14/+7 |
* | object-based maps: insert and find implementation | Adrian Thurston | 2015-01-17 | 1 | -8/+40 |
* | setting the map el size | Adrian Thurston | 2015-01-17 | 1 | -5/+4 |
* | set the argv_el id when creating the structs | Adrian Thurston | 2015-01-11 | 1 | -2/+6 |
* | some object semantics improvemets for lists | Adrian Thurston | 2015-01-10 | 1 | -1/+1 |
* | need distinct bytecodes for pushing streams since stream is no longer a tree | Adrian Thurston | 2015-01-10 | 1 | -11/+28 |
* | renamed argv0 to arg0, fixed the leak | Adrian Thurston | 2015-01-10 | 1 | -10/+7 |
* | more object semantics fixes and test case updates | Adrian Thurston | 2015-01-10 | 1 | -7/+21 |
* | more object-semantics improvements | Adrian Thurston | 2015-01-10 | 1 | -8/+11 |
* | find list element offset using the generic info | Adrian Thurston | 2015-01-05 | 1 | -7/+12 |
* | some work on list access and traversal | Adrian Thurston | 2015-01-05 | 1 | -18/+12 |
* | Context renamed to StructDef | Adrian Thurston | 2015-01-05 | 1 | -2/+2 |
* | re-enabled the list field | Adrian Thurston | 2015-01-04 | 1 | -8/+6 |
* | push towards embedded list elements | Adrian Thurston | 2015-01-04 | 1 | -0/+4 |
* | more rough work on object-based lists | Adrian Thurston | 2015-01-04 | 1 | -3/+16 |
* | cleanup in generics, using a single unique generic map | Adrian Thurston | 2015-01-04 | 1 | -27/+1 |
* | no longer allocating a langEl to generics | Adrian Thurston | 2015-01-04 | 1 | -22/+22 |
* | some prep for detaching generics from lang elements | Adrian Thurston | 2015-01-03 | 1 | -78/+8 |
* | cleanup in the struct declaration | Adrian Thurston | 2015-01-03 | 1 | -29/+15 |
* | merged StructDef and Context structs | Adrian Thurston | 2015-01-03 | 1 | -3/+1 |
* | some cleanup in the struct declaration | Adrian Thurston | 2015-01-03 | 1 | -20/+2 |
* | removed the context form, can only declare structs now | Adrian Thurston | 2015-01-02 | 1 | -33/+2 |
* | rolling over to struct type for stream | Adrian Thurston | 2014-12-28 | 1 | -39/+44 |
* | started converting stream to object type | Adrian Thurston | 2014-12-26 | 1 | -0/+2 |
* | don't double free the global, add argv to parent as struct field | Adrian Thurston | 2014-12-25 | 1 | -2/+2 |
* | converted the global object to a struct | Adrian Thurston | 2014-12-25 | 1 | -5/+8 |
* | some renaming and cleanup | Adrian Thurston | 2014-12-25 | 1 | -1/+0 |