| Commit message (Expand) | Author | Age | Files | Lines |
* | parse expression returns the tree type, added 'error' global | Adrian Thurston | 2013-04-13 | 1 | -0/+20 |
* | pass file name to streams, set in location | Adrian Thurston | 2013-04-06 | 1 | -3/+3 |
* | active realm is now stored in Program | Adrian Thurston | 2013-03-29 | 1 | -232/+232 |
* | the export loc() function searches for a location to return | Adrian Thurston | 2013-03-28 | 1 | -1/+1 |
* | support stream pull outside of a parser | Adrian Thurston | 2013-02-10 | 1 | -3/+19 |
* | removal of fsmRun arg from a number of stream interface functions | Adrian Thurston | 2013-02-09 | 1 | -8/+8 |
* | converted resetToken to tak PdaRun | Adrian Thurston | 2013-02-09 | 1 | -2/+1 |
* | removed the FsmRun arg from the parseLoop call | Adrian Thurston | 2013-02-09 | 1 | -6/+6 |
* | store FsmRun inside PdaRun, remove from Parser | Adrian Thurston | 2013-02-09 | 1 | -7/+7 |
* | removed the fsmrun.h header, which was empty | Adrian Thurston | 2013-02-09 | 1 | -1/+0 |
* | added support for pushing streams | Adrian Thurston | 2013-01-07 | 1 | -0/+5 |
* | completed unification of the Input and Stream types | Adrian Thurston | 2013-01-05 | 1 | -11/+11 |
* | towards unifying input and stream types | Adrian Thurston | 2013-01-05 | 1 | -1/+1 |
* | removed file and fd from Stream struct, it is in the StreamImpl class | Adrian Thurston | 2012-12-31 | 1 | -3/+3 |
* | unification of stream types | Adrian Thurston | 2012-12-31 | 1 | -12/+12 |
* | implemented stdout and stderr | Adrian Thurston | 2012-12-30 | 1 | -1/+34 |
* | store the parse error in PdaRun, make it accessible with member on parser type | Adrian Thurston | 2012-09-08 | 1 | -10/+0 |
* | compute contiguous block sizes, handle nested calls | Adrian Thurston | 2012-09-01 | 1 | -2/+6 |
* | eliminated the need for vm_contiguous from rev triter | Adrian Thurston | 2012-08-31 | 1 | -12/+5 |
* | fix for the exit bytecode | Adrian Thurston | 2012-08-31 | 1 | -5/+6 |
* | an extra call to vm_contiguous in the rev triter | Adrian Thurston | 2012-08-30 | 1 | -3/+10 |
* | added some additional contiguous calls, increased some contig sizes | Adrian Thurston | 2012-08-29 | 1 | -2/+7 |
* | use vm_ssize for computing yield size | Adrian Thurston | 2012-08-28 | 1 | -7/+7 |
* | need to store stack root size in iterators | Adrian Thurston | 2012-08-28 | 1 | -4/+14 |
* | call iterator stackSize 'yieldSize' | Adrian Thurston | 2012-08-28 | 1 | -9/+9 |
* | make the contiguous blocks larger, add them to PCR and iterator calls | Adrian Thurston | 2012-08-28 | 1 | -2/+5 |
* | preserve sp through program init, run, delete | Adrian Thurston | 2012-08-28 | 1 | -1/+5 |
* | place vm_contiguous ahead of main function and all function calls | Adrian Thurston | 2012-08-28 | 1 | -1/+2 |
* | implemented vm_contiguous, it needs to be a macro | Adrian Thurston | 2012-08-28 | 1 | -2/+2 |
* | print the offset in the get local instructions | Adrian Thurston | 2012-08-28 | 1 | -3/+3 |
* | can now grow and shrink the stack, still need to mark out contiguous blocks | Adrian Thurston | 2012-08-27 | 1 | -17/+1 |
* | going to work with a vm instruction that allocates a contiguous block for n c... | Adrian Thurston | 2012-08-27 | 1 | -0/+12 |
* | changed the order of the parser/pcr/steps push/pop in parse start/finish | Adrian Thurston | 2012-08-27 | 1 | -19/+19 |
* | moved pcr into Execution, no longer pushing through parse instructions | Adrian Thurston | 2012-08-27 | 1 | -64/+30 |
* | no longer carrying steps through all parse instructions | Adrian Thurston | 2012-08-27 | 1 | -24/+22 |
* | don't carry the parser through all the parse instructions, use exec->parser | Adrian Thurston | 2012-08-26 | 1 | -32/+16 |
* | manage exec->parser at parse init/exit time, not pcr call | Adrian Thurston | 2012-08-26 | 1 | -4/+23 |
* | added an instruction for initialization of backtracking | Adrian Thurston | 2012-08-26 | 1 | -6/+34 |
* | save steps and load start can be merged into one instruction | Adrian Thurston | 2012-08-26 | 1 | -13/+5 |
* | renaming the parser/code exit instruction | Adrian Thurston | 2012-08-26 | 1 | -18/+18 |
* | don't need to preserve rcodeUnitLen on PCR call | Adrian Thurston | 2012-08-26 | 1 | -2/+0 |
* | update rcodeUnitLen on every rcode append. | Adrian Thurston | 2012-08-26 | 1 | -22/+3 |
* | additional proper use of rcodeUnit start/end functions | Adrian Thurston | 2012-08-26 | 1 | -3/+9 |
* | added rcodeUnitStart for beginning an rcode unit | Adrian Thurston | 2012-08-25 | 1 | -6/+17 |
* | wrap up appending the rcode unit term byte | Adrian Thurston | 2012-08-25 | 1 | -17/+12 |
* | some cleanup of the rcode appending | Adrian Thurston | 2012-08-25 | 1 | -79/+79 |
* | more consistent naming for rcode append functions | Adrian Thurston | 2012-08-25 | 1 | -51/+72 |
* | eliminated inputStream from Execution | Adrian Thurston | 2012-08-25 | 1 | -3/+0 |
* | removed pdaRun from Execution | Adrian Thurston | 2012-08-25 | 1 | -108/+105 |
* | removed fsmRun from Execution, can just use parser | Adrian Thurston | 2012-08-25 | 1 | -5/+2 |