| Commit message (Expand) | Author | Age | Files | Lines |
* | the config.h file now goes to src | Adrian Thurston | 2019-09-09 | 1 | -4/+0 |
* | moved the original colm src dir to /colm | Adrian Thurston | 2019-09-08 | 1 | -0/+337 |
* | renamed colm dir to src | Adrian Thurston | 2013-06-08 | 1 | -378/+0 |
* | added distinct func for setting the realm | Adrian Thurston | 2013-04-18 | 1 | -3/+6 |
* | lowercased the C interface | Adrian Thurston | 2013-04-16 | 1 | -8/+8 |
* | added a function export syntax and call adapter | Adrian Thurston | 2013-04-16 | 1 | -0/+48 |
* | parse expression returns the tree type, added 'error' global | Adrian Thurston | 2013-04-13 | 1 | -2/+2 |
* | removed colmInit from the C interface, no purpose | Adrian Thurston | 2013-04-08 | 1 | -4/+0 |
* | active realm is now stored in Program | Adrian Thurston | 2013-03-29 | 1 | -4/+3 |
* | moving code from colmInit to colmNewProgram | Adrian Thurston | 2013-03-02 | 1 | -8/+8 |
* | various improvements supporting multiple parsers in one program | Adrian Thurston | 2013-03-02 | 1 | -1/+0 |
* | removed the fsmrun.h header, which was empty | Adrian Thurston | 2013-02-09 | 1 | -1/+0 |
* | couple fixes, need vm_root and fixed globals | Adrian Thurston | 2012-09-09 | 1 | -0/+5 |
* | store the parse error in PdaRun, make it accessible with member on parser type | Adrian Thurston | 2012-09-08 | 1 | -1/+0 |
* | free the reserve stack block | Adrian Thurston | 2012-09-02 | 1 | -0/+5 |
* | use a stack size of 8192 words | Adrian Thurston | 2012-09-02 | 1 | -2/+1 |
* | minor whitespace fix | Adrian Thurston | 2012-09-01 | 1 | -1/+1 |
* | can now pop across multiple stack blocks, fixed the pop boundary test | Adrian Thurston | 2012-08-30 | 1 | -12/+27 |
* | added separate functions for initializing and clearing the stack | Adrian Thurston | 2012-08-30 | 1 | -8/+30 |
* | keep a reserve stack block around for balanced push/pop following contiguous ... | Adrian Thurston | 2012-08-29 | 1 | -12/+28 |
* | need to track stack size so we can checkpoint and unwind when necessary | Adrian Thurston | 2012-08-28 | 1 | -1/+5 |
* | preserve sp through program init, run, delete | Adrian Thurston | 2012-08-28 | 1 | -5/+1 |
* | maintain a stack block offset for blocks that are not utilized fully | Adrian Thurston | 2012-08-28 | 1 | -3/+8 |
* | always preserve the root stack block, never shrink it out of existence | Adrian Thurston | 2012-08-28 | 1 | -15/+13 |
* | implemented vm_contiguous, it needs to be a macro | Adrian Thurston | 2012-08-28 | 1 | -4/+0 |
* | need to check the stack bounds after reading in vm_pop | Adrian Thurston | 2012-08-28 | 1 | -3/+7 |
* | grow the stack to meet the needs of the current push | Adrian Thurston | 2012-08-27 | 1 | -9/+8 |
* | can now grow and shrink the stack, still need to mark out contiguous blocks | Adrian Thurston | 2012-08-27 | 1 | -15/+47 |
* | removing old COLM_LOG defines and vars | Adrian Thurston | 2012-08-24 | 1 | -10/+1 |
* | stack bounds checking, not in effect yet | Adrian Thurston | 2012-08-23 | 1 | -5/+5 |
* | some code cleanup around program/execution environment init | Adrian Thurston | 2012-08-04 | 1 | -22/+9 |
* | revert "moved 'colm' dir to 'src'" | Adrian Thurston | 2012-08-01 | 1 | -0/+261 |
* | moved 'colm' dir to 'src' | Adrian Thurston | 2012-07-01 | 1 | -254/+0 |
* | eliminated the IgnoreTree struct. | Adrian Thurston | 2012-05-21 | 1 | -6/+0 |
* | eliminated generation from IgnoreList | Adrian Thurston | 2012-05-21 | 1 | -1/+0 |
* | Eliminated the pt macro. | Adrian Thurston | 2012-05-14 | 1 | -1/+1 |
* | Warn about lost trees/kids only if enable-debug has been specified. | Adrian Thurston | 2012-05-14 | 1 | -7/+10 |
* | Copyright notice updating. | Adrian Thurston | 2012-01-18 | 1 | -1/+1 |
* | Store the root frame id in the runtime data. | Adrian Thurston | 2012-01-15 | 1 | -1/+1 |
* | Eliminated notoken. The reverse execution items are collected and attached to | Adrian Thurston | 2012-01-08 | 1 | -1/+4 |
* | Some name cleanup Accum -> Parser. AccumStream -> Input. | Adrian Thurston | 2012-01-02 | 1 | -1/+1 |
* | Have the split between InputStream and SourceStream partially functional. Basic | Adrian Thurston | 2011-12-17 | 1 | -1/+1 |
* | Removed Program *prg from the Execution class. | Adrian Thurston | 2011-12-10 | 1 | -2/+2 |
* | Removed the rcodeCollect pointer from Execution. Accessing pdaRun->rcodeCollect | Adrian Thurston | 2011-12-10 | 1 | -3/+2 |
* | More simplification surrounding calls to generation/reduction actions. Getting | Adrian Thurston | 2011-12-09 | 1 | -1/+1 |
* | More cleanup of Execution. Don't need to be copying data into it from pdaRun | Adrian Thurston | 2011-12-09 | 1 | -2/+2 |
* | Last checking might be prolematic. Reverting. | Adrian Thurston | 2011-12-09 | 1 | -1/+1 |
* | Working on cleaning up a bit of the messiness around the lhs variable. Moved it | Adrian Thurston | 2011-12-09 | 1 | -1/+1 |
* | Added frameId to the call stack. Will use for stack unwinding so we can | Adrian Thurston | 2011-11-06 | 1 | -1/+1 |
* | Set debug realms from the -D arg, pass to the compiled program. | Adrian Thurston | 2011-11-06 | 1 | -1/+1 |