summaryrefslogtreecommitdiff
path: root/colm/program.h
Commit message (Expand)AuthorAgeFilesLines
* active realm is now stored in ProgramAdrian Thurston2013-03-291-0/+2
* various improvements supporting multiple parsers in one programAdrian Thurston2013-03-021-0/+7
* store the parse error in PdaRun, make it accessible with member on parser typeAdrian Thurston2012-09-081-3/+0
* keep a reserve stack block around for balanced push/pop following contiguous ...Adrian Thurston2012-08-291-0/+1
* need to track stack size so we can checkpoint and unwind when necessaryAdrian Thurston2012-08-281-0/+1
* maintain a stack block offset for blocks that are not utilized fullyAdrian Thurston2012-08-281-0/+1
* can now grow and shrink the stack, still need to mark out contiguous blocksAdrian Thurston2012-08-271-6/+12
* stack bounds checking, not in effect yetAdrian Thurston2012-08-231-3/+6
* name fixes Repl -> ConsAdrian Thurston2012-08-181-2/+2
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+128
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-128/+0
* eliminated the IgnoreTree struct.Adrian Thurston2012-05-211-1/+0
* eliminated generation from IgnoreListAdrian Thurston2012-05-211-1/+0
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Store the root frame id in the runtime data.Adrian Thurston2012-01-151-0/+1
* Don't print parse errors. Store them and make them available. refs #331.Adrian Thurston2011-10-311-1/+4
* Cleanup: moving structs into the proper headers, new header for program struct,Adrian Thurston2011-10-301-0/+126
* program.h should not have been added.Adrian Thurston2011-10-241-89/+0
* Added missing program.h.Adrian Thurston2011-10-241-0/+89