summaryrefslogtreecommitdiff
path: root/colm/program.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Store the root frame id in the runtime data.Adrian Thurston2012-01-151-1/+1
* Eliminated notoken. The reverse execution items are collected and attached toAdrian Thurston2012-01-081-1/+4
* Some name cleanup Accum -> Parser. AccumStream -> Input.Adrian Thurston2012-01-021-1/+1
* Have the split between InputStream and SourceStream partially functional. BasicAdrian Thurston2011-12-171-1/+1
* Removed Program *prg from the Execution class.Adrian Thurston2011-12-101-2/+2
* Removed the rcodeCollect pointer from Execution. Accessing pdaRun->rcodeCollectAdrian Thurston2011-12-101-3/+2
* More simplification surrounding calls to generation/reduction actions. GettingAdrian Thurston2011-12-091-1/+1
* More cleanup of Execution. Don't need to be copying data into it from pdaRunAdrian Thurston2011-12-091-2/+2
* Last checking might be prolematic. Reverting.Adrian Thurston2011-12-091-1/+1
* Working on cleaning up a bit of the messiness around the lhs variable. Moved itAdrian Thurston2011-12-091-1/+1
* Added frameId to the call stack. Will use for stack unwinding so we canAdrian Thurston2011-11-061-1/+1
* Set debug realms from the -D arg, pass to the compiled program.Adrian Thurston2011-11-061-1/+1
* Missing from previous commit.Adrian Thurston2011-10-311-0/+256