summaryrefslogtreecommitdiff
path: root/colm/fsmexec.cc
Commit message (Expand)AuthorAgeFilesLines
* removed the fsmrun.h header, which was emptyAdrian Thurston2013-02-091-1/+0
* the eof marker is now a single bit rather than a pointerAdrian Thurston2013-02-071-1/+1
* keep tokend as an int, not pointerAdrian Thurston2013-02-041-10/+19
* renamed FsmRun "have" to toklen, compute it in fsmExecuteAdrian Thurston2013-02-041-2/+9
* don't touch p in the FSM execution, wrecks the have computationAdrian Thurston2013-02-031-3/+3
* unification of stream typesAdrian Thurston2012-12-311-1/+1
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+208
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-208/+0
* improvements to ignore handling in the parserAdrian Thurston2012-05-221-4/+4
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Some cleanup of the main function. Just initColm, initProgram, runProgram,Adrian Thurston2011-10-221-1/+1
* Need to collect tokens and nonterminals at parse time so we can declare theAdrian Thurston2011-06-151-1/+1
* Moved config.h.in away to defs.h.in, need to rely on autoheader to generate it.Adrian Thurston2011-05-291-0/+1
* .cpp files to .ccAdrian Thurston2011-05-261-0/+207