summaryrefslogtreecommitdiff
path: root/colm/pdacodegen.cc
Commit message (Expand)AuthorAgeFilesLines
* removal of unneccessary vars in primary generator classesAdrian Thurston2013-03-031-12/+0
* making parser/program data staticAdrian Thurston2013-03-021-32/+32
* various improvements supporting multiple parsers in one programAdrian Thurston2013-03-021-1/+5
* removed isIgnoreOnly and isCiOnly from RegionInfoAdrian Thurston2013-02-271-2/+0
* took name out of the RegionInfo struct (runtime)Adrian Thurston2013-02-161-4/+1
* name fixes Repl -> ConsAdrian Thurston2012-08-181-3/+3
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+653
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-653/+0
* experimenting with use of a nonterm for collecting ignores.Adrian Thurston2012-05-241-0/+2
* improvements to ignore handling in the parserAdrian Thurston2012-05-221-0/+1
* first checkin on no-kid-flags and no-ignore-dupes branchAdrian Thurston2012-05-201-1/+2
* a follow-ignore that appears to workAdrian Thurston2012-05-191-11/+11
* pre-regions, towards follow ignoresAdrian Thurston2012-05-191-0/+14
* Replaced nameNonLit with a name created specifically for XML tags.Adrian Thurston2012-05-041-1/+1
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Put frameSize and argSize into the frame info. Both were in func info only.Adrian Thurston2012-01-151-2/+5
* Store the root frame id in the runtime data.Adrian Thurston2012-01-151-0/+1
* Cleanup: moving structs into the proper headers, new header for program struct,Adrian Thurston2011-10-301-18/+3
* Experimenting with gaining access to rhs elements by name instead of copyingAdrian Thurston2011-10-261-4/+9
* Added automatic atributes by labeling RHS elements. Works for parsing, but notAdrian Thurston2011-10-231-5/+33
* Some cleanup of the main function. Just initColm, initProgram, runProgram,Adrian Thurston2011-10-221-1/+1
* Working on the XML output: Lifted the ignore tokens outside of the terminalAdrian Thurston2011-10-161-4/+10
* Use a list typeref for argv. Means argv_list is no longer an implicitly createdAdrian Thurston2011-07-101-0/+1
* .cpp files to .ccAdrian Thurston2011-05-261-0/+606