summaryrefslogtreecommitdiff
path: root/colm/fsmexec.cc
Commit message (Expand)AuthorAgeFilesLines
* renamed toklen to tokpref and use it just for prefixAdrian Thurston2019-10-161-13/+13
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+220
* renamed colm dir to srcAdrian Thurston2013-06-081-223/+0
* various improvements supporting multiple parsers in one programAdrian Thurston2013-03-021-1/+1
* removed tdLangEl from token instance, using version in token defAdrian Thurston2013-02-241-4/+4
* renamed TokenDef to TokenInstanceAdrian Thurston2013-02-231-1/+1
* 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