| Commit message (Expand) | Author | Age | Files | Lines |
* | fix vm_pop_type for big-endian systems | Adrian Thurston | 2021-01-18 | 1 | -1/+1 |
* | various refcount fixes | Adrian Thurston | 2021-01-03 | 1 | -4/+2 |
* | added with_ignore(tree) iterator | Adrian Thurston | 2020-12-23 | 1 | -0/+1 |
* | moved source files into commit repository | Adrian Thurston | 2020-03-14 | 1 | -0/+678 |
* | moved the original colm src dir to /colm | Adrian Thurston | 2019-09-08 | 1 | -678/+0 |
* | pushing the trim decision to run-time | Adrian Thurston | 2019-05-24 | 1 | -0/+4 |
* | added and auto_trim flag to stream anad input | Adrian Thurston | 2019-05-22 | 1 | -0/+2 |
* | make location file name and column available in Colm code | Adrian Thurston | 2018-12-02 | 1 | -1/+3 |
* | improvements to free bytecodes, bytecode def cleanup | Adrian Thurston | 2018-07-10 | 1 | -19/+6 |
* | use FN_ prefix for functions, space is diff from IN_ | Adrian Thurston | 2018-07-10 | 1 | -62/+62 |
* | more separation of input and stream | Adrian Thurston | 2018-07-10 | 1 | -1/+1 |
* | use parser, not input, in the send instructions | Adrian Thurston | 2018-07-09 | 1 | -7/+7 |
* | select between parser/plain stream at compile time, switch to "_" | Adrian Thurston | 2018-07-09 | 1 | -0/+2 |
* | separating the input from stream type | Adrian Thurston | 2018-07-08 | 1 | -1/+3 |
* | make it possible to set parser input before parsing | Adrian Thurston | 2018-07-07 | 1 | -0/+2 |
* | reusing stream impls when parsing from 'input' | Adrian Thurston | 2018-07-04 | 1 | -0/+2 |
* | merged the WC and WV versions of SEND TEXT, TREE, STREAM | Adrian Thurston | 2018-05-15 | 1 | -11/+8 |
* | merged the PARSE_LOAD instruction into SEND | Adrian Thurston | 2018-05-15 | 1 | -3/+1 |
* | merged the EXIT instructions into PARSE_FRAG | Adrian Thurston | 2018-05-15 | 1 | -3/+0 |
* | merged PCR_CALL into PARSE_FRAG instructions | Adrian Thurston | 2018-05-15 | 1 | -1/+0 |
* | unified parse frag and finish | Adrian Thurston | 2018-05-15 | 1 | -6/+0 |
* | added an instruction for the final reduce commit | Adrian Thurston | 2018-05-15 | 1 | -0/+2 |
* | use SEND_EOF instruction for setting and restoring EOF bit | Adrian Thurston | 2018-05-14 | 1 | -1/+2 |
* | cloned the SEND_TREE instruction as SEND_TEXT | Adrian Thurston | 2018-05-13 | 1 | -7/+6 |
* | added a SEND_EOF instruction | Adrian Thurston | 2018-05-13 | 1 | -0/+1 |
* | added stds, a list of streams, used for bare sends | Adrian Thurston | 2018-05-13 | 1 | -0/+1 |
* | merged the WC and WV versions of parse instructions | Adrian Thurston | 2018-05-11 | 1 | -8/+8 |
* | track at runtime if revert is enabled | Adrian Thurston | 2018-05-11 | 1 | -0/+1 |
* | parsing bytecodes now operate on stream, finding the parser behind it | Adrian Thurston | 2018-05-08 | 1 | -1/+3 |
* | some bytecode renaming | Adrian Thurston | 2018-05-08 | 1 | -6/+6 |
* | removed print statements, using only the send statement | Adrian Thurston | 2018-05-07 | 1 | -7/+0 |
* | made the postfix print into a function | Adrian Thurston | 2018-05-06 | 1 | -0/+1 |
* | added xml() and xmlac(), which which collect xml to strings | Adrian Thurston | 2018-05-06 | 1 | -0/+3 |
* | added gets() to parser, which returns the stream | Adrian Thurston | 2018-05-05 | 1 | -0/+2 |
* | replacing the void LEL with a keyword and TYPE_VOID (non-tree) | Adrian Thurston | 2018-05-04 | 1 | -3/+2 |
* | allow switching on production numbers | Adrian Thurston | 2018-03-09 | 1 | -0/+2 |
* | updated Copyright years | Adrian Thurston | 2018-03-04 | 1 | -1/+1 |
* | added a read_reduce statement to call postfix reducer | Adrian Thurston | 2017-07-27 | 1 | -0/+1 |
* | started on a tree print in postfix notation | Adrian Thurston | 2017-07-20 | 1 | -0/+1 |
* | minor fixes: a missing cast, no comma at enum end, no redefined typedefs | Peter Reijnders | 2016-12-19 | 1 | -4/+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 | -3/+4 |
* | implemented a const-string define option -Ename=val | Adrian Thurston | 2016-07-28 | 1 | -5/+16 |
* | new stream objects can now collect text, accessible with ->tree (str type) | Adrian Thurston | 2016-03-07 | 1 | -3/+3 |
* | added the $$ operator, which converts tree-to-str with attrs | Adrian Thurston | 2015-12-15 | 1 | -0/+1 |
* | put reducer code in its own file, use local parse tree pool | Adrian Thurston | 2015-10-05 | 1 | -2/+1 |
* | working on a commit that can execute reduction actions | Adrian Thurston | 2015-10-04 | 1 | -1/+2 |
* | cleanup and simplification, generic elements and various | Adrian Thurston | 2015-06-13 | 1 | -2/+0 |
* | some cleanup around the unified list and map generics | Adrian Thurston | 2015-06-08 | 1 | -4/+2 |
* | more vmap implementation | Adrian Thurston | 2015-06-05 | 1 | -0/+1 |