| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed DefList and LelDefList to the more accurate ProdList, LelProdList | Adrian Thurston | 2020-04-12 | 1 | -9/+9 |
* | first cut of a redefine statement | Adrian Thurston | 2020-04-12 | 1 | -1/+10 |
* | moved source files into commit repository | Adrian Thurston | 2020-03-14 | 1 | -0/+1158 |
* | moved the original colm src dir to /colm | Adrian Thurston | 2019-09-08 | 1 | -1155/+0 |
* | merging aapl src dirs: added CmpStr and CmpString to colm/aapl | Adrian Thurston | 2019-09-08 | 1 | -3/+3 |
* | allow referencing a tree in reduction actions | Adrian Thurston | 2018-12-17 | 1 | -1/+2 |
* | make location file name and column available in Colm code | Adrian Thurston | 2018-12-02 | 1 | -1/+3 |
* | separating the input from stream type | Adrian Thurston | 2018-07-08 | 1 | -3/+3 |
* | reusing stream impls when parsing from 'input' | Adrian Thurston | 2018-07-04 | 1 | -0/+8 |
* | specialize stream impl for compile-time parsing | Adrian Thurston | 2018-06-17 | 1 | -0/+3 |
* | pass prg to colm_tree_upref and maintian first struct id | Adrian Thurston | 2018-06-15 | 1 | -0/+1 |
* | generate unescape only if needed | Adrian Thurston | 2018-05-18 | 1 | -0/+1 |
* | unified parse frag and finish | Adrian Thurston | 2018-05-15 | 1 | -6/+6 |
* | added stds, a list of streams, used for bare sends | Adrian Thurston | 2018-05-13 | 1 | -0/+5 |
* | allocate a unique struct id for streams | Adrian Thurston | 2018-05-05 | 1 | -0/+1 |
* | replacing the void LEL with a keyword and TYPE_VOID (non-tree) | Adrian Thurston | 2018-05-04 | 1 | -1/+0 |
* | use disjoint sets for struct and lang-el identifiers | Adrian Thurston | 2018-05-04 | 1 | -0/+1 |
* | allow switching on production numbers | Adrian Thurston | 2018-03-09 | 1 | -3/+6 |
* | updated Copyright years | Adrian Thurston | 2018-03-04 | 1 | -1/+1 |
* | organization in reduce code generation | Adrian Thurston | 2017-07-30 | 1 | -0/+3 |
* | organizing the reduce code generator | Adrian Thurston | 2017-07-29 | 1 | -0/+15 |
* | added a reducer that can read the streaming postfix format | Adrian Thurston | 2017-07-25 | 1 | -1/+1 |
* | migrated from GPLv2 to MIT license | Adrian Thurston | 2016-12-13 | 1 | -17/+18 |
* | an automated include convention improvement from Peter Reijnders | Adrian Thurston | 2016-12-13 | 1 | -15/+16 |
* | implemented a const-string define option -Ename=val | Adrian Thurston | 2016-07-28 | 1 | -0/+13 |
* | extract stream file names so we can use them after the colm program is deleted | Adrian Thurston | 2016-03-16 | 1 | -0/+4 |
* | new stream objects can now collect text, accessible with ->tree (str type) | Adrian Thurston | 2016-03-07 | 1 | -0/+3 |
* | allow omission of location in reductions | Adrian Thurston | 2015-11-30 | 1 | -2/+5 |
* | added an option, -b, for specifying the name of the program object | Adrian Thurston | 2015-11-27 | 1 | -0/+2 |
* | split reducers into their own class | Adrian Thurston | 2015-11-05 | 1 | -0/+1 |
* | reduction actions: add loc reference, elim duplicate labels | Adrian Thurston | 2015-10-08 | 1 | -1/+2 |
* | declare lhs and rhs vars before use | Adrian Thurston | 2015-10-07 | 1 | -3/+5 |
* | load and generate accessors for $$ and $rhsel | Adrian Thurston | 2015-10-07 | 1 | -1/+3 |
* | collect and emit reduction action items | Adrian Thurston | 2015-10-06 | 1 | -0/+1 |
* | put reducer code in its own file, use local parse tree pool | Adrian Thurston | 2015-10-05 | 1 | -1/+2 |
* | load reduction actions and generate a commit containing them | Adrian Thurston | 2015-10-04 | 1 | -0/+3 |
* | now scoping functions inside the namespaces they are declared in | Adrian Thurston | 2015-08-09 | 1 | -0/+17 |
* | some cleanup around the unified list and map generics | Adrian Thurston | 2015-06-08 | 1 | -15/+7 |
* | more application of C naming conventions | Adrian Thurston | 2015-05-15 | 1 | -4/+4 |
* | naming convention improvements | Adrian Thurston | 2015-05-15 | 1 | -3/+3 |
* | improved naming, moved generated parser code to subdir gen | Adrian Thurston | 2015-05-10 | 1 | -1/+1 |
* | some naming cleanup | Adrian Thurston | 2015-05-10 | 1 | -6/+6 |
* | merged FsmRun and PdaRun into pda_run, eliminated typedef | Adrian Thurston | 2015-05-10 | 1 | -2/+2 |
* | code cleanup and some fixes for iter unwind since splitting unwind/destroy | Adrian Thurston | 2015-05-10 | 1 | -0/+1 |
* | warning elim, and impl of vlist files _R only | Adrian Thurston | 2015-04-05 | 1 | -0/+2 |
* | removed the contiguous computation | Adrian Thurston | 2015-04-03 | 1 | -4/+0 |
* | first cut of C extensions | Adrian Thurston | 2015-04-01 | 1 | -0/+4 |
* | generalized loopCleanup code to a stack unwind code vector | Adrian Thurston | 2015-03-22 | 1 | -2/+3 |
* | cleanup of the GenericType struct | Adrian Thurston | 2015-02-13 | 1 | -1/+0 |
* | work on value list and value map, can insert into vmap | Adrian Thurston | 2015-02-13 | 1 | -0/+5 |