| Commit message (Expand) | Author | Age | Files | Lines |
* | some dead code removal | Adrian Thurston | 2013-04-20 | 1 | -3/+0 |
* | lowercased the C interface | Adrian Thurston | 2013-04-16 | 1 | -16/+16 |
* | some code movement to make static functions | Adrian Thurston | 2013-04-06 | 1 | -2/+0 |
* | initialize all StreamImpl structs | Adrian Thurston | 2013-04-06 | 1 | -1/+0 |
* | moving position updates into the consume operation | Adrian Thurston | 2013-04-04 | 1 | -5/+0 |
* | various improvements supporting multiple parsers in one program | Adrian Thurston | 2013-03-02 | 1 | -4/+0 |
* | removed isIgnoreOnly and isCiOnly from RegionInfo | Adrian Thurston | 2013-02-27 | 1 | -2/+0 |
* | Merge branch 'master' of ssh://complang.org/var/git/colm | Adrian Thurston | 2013-02-16 | 1 | -4/+3 |
|\ |
|
| * | brought back declaration of clearPdaRun, which went missing in some cleanup | Adrian Thurston | 2013-02-13 | 1 | -4/+3 |
* | | took name out of the RegionInfo struct (runtime) | Adrian Thurston | 2013-02-16 | 1 | -1/+0 |
|/ |
|
* | the FsmRun struct is now contained in PdaRun | Adrian Thurston | 2013-02-10 | 1 | -2/+2 |
* | support stream pull outside of a parser | Adrian Thurston | 2013-02-10 | 1 | -1/+1 |
* | removal of fsmRun arg from a number of stream interface functions | Adrian Thurston | 2013-02-09 | 1 | -5/+5 |
* | converted resetToken to tak PdaRun | Adrian Thurston | 2013-02-09 | 1 | -1/+1 |
* | removed the FsmRun arg from the parseLoop call | Adrian Thurston | 2013-02-09 | 1 | -1/+1 |
* | store FsmRun inside PdaRun, remove from Parser | Adrian Thurston | 2013-02-09 | 1 | -0/+2 |
* | merged call to newToken into initPdaRun, made it static | Adrian Thurston | 2013-02-09 | 1 | -1/+0 |
* | merged initFsmRun into initPdaRun | Adrian Thurston | 2013-02-09 | 1 | -4/+2 |
* | removed the fsmrun.h header, which was empty | Adrian Thurston | 2013-02-09 | 1 | -1/+0 |
* | the eof marker is now a single bit rather than a pointer | Adrian Thurston | 2013-02-07 | 1 | -3/+7 |
* | keep tokend as an int, not pointer | Adrian Thurston | 2013-02-04 | 1 | -1/+4 |
* | renamed FsmRun "have" to toklen, compute it in fsmExecute | Adrian Thurston | 2013-02-04 | 1 | -1/+1 |
* | refraining from copying in getParsBlock, basics working | Adrian Thurston | 2013-02-03 | 1 | -1/+1 |
* | removed the attach/detach calls | Adrian Thurston | 2013-01-28 | 1 | -3/+0 |
* | separate scanner buf from the token consume buf | Adrian Thurston | 2013-01-27 | 1 | -1/+2 |
* | added support for pushing streams | Adrian Thurston | 2013-01-07 | 1 | -0/+1 |
* | removed pointers from FsmRun back to attached streams | Adrian Thurston | 2013-01-01 | 1 | -7/+2 |
* | adding missing stream class renames to code generation | Adrian Thurston | 2013-01-01 | 1 | -2/+2 |
* | unification of stream types | Adrian Thurston | 2012-12-31 | 1 | -30/+30 |
* | store the parse error in PdaRun, make it accessible with member on parser type | Adrian Thurston | 2012-09-08 | 1 | -0/+2 |
* | more consistent naming for rcode append functions | Adrian Thurston | 2012-08-25 | 1 | -14/+14 |
* | removed fsmRun from INPUT_PULL_BKT | Adrian Thurston | 2012-08-24 | 1 | -1/+1 |
* | name fixes Repl -> Cons | Adrian Thurston | 2012-08-18 | 1 | -4/+4 |
* | revert "moved 'colm' dir to 'src'" | Adrian Thurston | 2012-08-01 | 1 | -0/+473 |
* | moved 'colm' dir to 'src' | Adrian Thurston | 2012-07-01 | 1 | -473/+0 |
* | experimenting with use of a nonterm for collecting ignores. | Adrian Thurston | 2012-05-24 | 1 | -1/+3 |
* | improvements to ignore handling in the parser | Adrian Thurston | 2012-05-22 | 1 | -0/+1 |
* | first checkin on no-kid-flags and no-ignore-dupes branch | Adrian Thurston | 2012-05-20 | 1 | -1/+2 |
* | a follow-ignore that appears to work | Adrian Thurston | 2012-05-19 | 1 | -1/+3 |
* | testing an 'ncs' var, meaning 'next cs'. | Adrian Thurston | 2012-05-19 | 1 | -1/+1 |
* | pre-regions, towards follow ignores | Adrian Thurston | 2012-05-19 | 1 | -1/+3 |
* | Use the parse trees in the bindings array. Probably can turn this into a bit in | Adrian Thurston | 2012-05-17 | 1 | -2/+4 |
* | Took the args specific to compile-time out of makeTokenWithData. Those | Adrian Thurston | 2012-05-16 | 1 | -1/+1 |
* | Eliminated PtKid. Worked on first test run (!). | Adrian Thurston | 2012-05-14 | 1 | -6/+6 |
* | Eliminated the pt macro. | Adrian Thurston | 2012-05-14 | 1 | -6/+6 |
* | Pointers to parse trees in the pda run are now using the parse tree structs | Adrian Thurston | 2012-05-14 | 1 | -6/+6 |
* | Added a separate Kid data structure for use with parse trees. | Adrian Thurston | 2012-05-14 | 1 | -1/+1 |
* | Some code movement. | Adrian Thurston | 2012-05-12 | 1 | -2/+0 |
* | Use AF_HAS_RCODE only in parse tree flags. | Adrian Thurston | 2012-05-11 | 1 | -1/+0 |
* | Now have only one ignore accumulator. | Adrian Thurston | 2012-05-08 | 1 | -1/+0 |