summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* replacing the void LEL with a keyword and TYPE_VOID (non-tree)Adrian Thurston2018-05-0410-29/+26
* don't downref values of void typeAdrian Thurston2018-05-041-5/+5
* don't downref the map in the map list lengthAdrian Thurston2018-05-041-2/+0
* don't downref args in the list iter destroy, not treesAdrian Thurston2018-05-041-2/+4
* fixed downref of struct in rcode downrefsAdrian Thurston2018-05-041-6/+5
* fixed downref of list struct in list-lengthAdrian Thurston2018-05-041-1/+0
* fixed tree downref of stream struct in append bktAdrian Thurston2018-05-041-2/+0
* use disjoint sets for struct and lang-el identifiersAdrian Thurston2018-05-048-15/+26
* removed a couple downrefs of parsers and streamsAdrian Thurston2018-05-033-7/+5
* removed string concatenation from pattern, constructor and stringAdrian Thurston2018-03-302-35/+6
* allow a prod-name case clause to also have a patternAdrian Thurston2018-03-117-13/+51
* added a send statement without the send <id>Adrian Thurston2018-03-103-140/+177
* allow switching on production numbersAdrian Thurston2018-03-0912-55/+159
* updated Copyright yearsAdrian Thurston2018-03-0484-85/+85
* fixed CmpReduceActionsAdrian Thurston2018-03-041-1/+1
* issues moved to Colm Networks redmine instanceAdrian Thurston2018-02-0177-824/+0
* Add CMake projectKonstantin Podsvirov2018-01-2911-0/+239
* declare reduction_info array staticAdrian Thurston2018-01-221-1/+1
* organization in reduce code generationAdrian Thurston2017-07-302-215/+233
* organizing the reduce code generatorAdrian Thurston2017-07-294-100/+188
* added a read_reduce statement to call postfix reducerAdrian Thurston2017-07-2714-21/+99
* read-reduce: unescape token data to get proper pass throuhAdrian Thurston2017-07-262-2/+27
* added a reducer that can read the streaming postfix formatAdrian Thurston2017-07-255-48/+281
* adding fields to the postfix formatAdrian Thurston2017-07-231-10/+45
* be consistent with the in-source boolean semanticsAdrian Thurston2017-07-211-19/+18
* some cleanup of the print functionsAdrian Thurston2017-07-203-69/+65
* split tree print code out to it's own fileAdrian Thurston2017-07-204-651/+684
* started on a tree print in postfix notationAdrian Thurston2017-07-2010-1/+121
* handle the in-source-tree case when built by libtoolAdrian Thurston2017-07-201-13/+33
* try to build manual only if we have asciidoc and pygmentsAdrian Thurston2017-07-192-0/+5
* version bump to 0.13.0.5colm-0.13.0.5Adrian Thurston2017-05-111-2/+2
* restrict the C++ keywords to inside reduction blocks using containedAdrian Thurston2017-03-071-10/+10
* crash fix in lookup: if lhs has no obj catch the errorAdrian Thurston2017-02-271-0/+2
* test cases updated for auto-trimAdrian Thurston2017-02-2229-41/+43
* flatteneed test directoryAdrian Thurston2017-02-225513-354/+40
* export subject information so we can symlink in test directoriesAdrian Thurston2017-02-222-0/+9
* adjusted subject paths since moving repos back to ragel dirAdrian Thurston2017-02-221-4/+7
* test cases added back, with proprietary tests removedAdrian Thurston2017-02-215516-0/+2205617
* added input .adoc files to distAdrian Thurston2017-02-021-0/+16
* allow program args to be passed in with lengthsAdrian Thurston2017-02-014-7/+20
* do not close stdin, stdout or stderrAdrian Thurston2017-02-013-2/+13
* elim whitespace around m4 macro argsAdrian Thurston2017-01-301-2/+2
* reduced libtoolize verbosityPeter Reijnders2017-01-232-4/+5
* three items added to the coding conventionsAdrian Thurston2017-01-231-31/+44
* removed obsolete include alloca.hAdrian Thurston2017-01-141-1/+0
* updated README to reflect build and run-time dependenciesAdrian Thurston2017-01-061-8/+23
* refactored compileOutput and made -I and -L workPeter Reijnders2017-01-061-83/+79
* added a coding conventions documentAdrian Thurston2017-01-021-0/+66
* minor fixes: a missing cast, no comma at enum end, no redefined typedefsPeter Reijnders2016-12-197-21/+10
* correct name of realm names var, use var instead of stringsPeter Reijnders2016-12-193-11/+11