| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless member from parser structure. | Kaz Kylheku | 2015-08-19 | 1 | -2/+3 |
* | Fix parser bug caused by wrong kind of weak hash table. | Kaz Kylheku | 2015-08-19 | 1 | -1/+1 |
* | Provide conservative marking interface. | Kaz Kylheku | 2015-08-19 | 1 | -4/+1 |
* | Improvement in hash bang code. | Kaz Kylheku | 2015-08-12 | 1 | -6/+3 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 1 | -9/+21 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -16/+33 |
* | Diagnose bad consing dot syntax like (a . b . c). | Kaz Kylheku | 2015-08-10 | 1 | -1/+3 |
* | * parser.c (open_txr_file): Bugfix: the name of the parsed | Kaz Kylheku | 2015-07-13 | 1 | -1/+1 |
* | Handle setting of parse name through prime_parser. | Kaz Kylheku | 2015-07-10 | 1 | -3/+4 |
* | Fix wrong name reported for errors in first top-level form. | Kaz Kylheku | 2015-07-10 | 1 | -1/+2 |
* | Fix off by one error line numbers for .tl files. | Kaz Kylheku | 2015-07-10 | 1 | -3/+7 |
* | Remove unused "primer" member from parser_t. | Kaz Kylheku | 2015-07-10 | 1 | -7/+4 |
* | Bugfix: lexer loses unmatched "hold char" between top-level forms. | Kaz Kylheku | 2015-07-10 | 1 | -6/+11 |
* | Parser cleanup: embed scanner in parser. | Kaz Kylheku | 2015-07-09 | 1 | -6/+26 |
* | Hash-bang support for .tl files. | Kaz Kylheku | 2015-07-02 | 1 | -1/+10 |
* | * parser.c (parser_mark): Do not mark p->syntax_tree if | Kaz Kylheku | 2015-06-19 | 1 | -1/+2 |
* | @(load) and @(include) now load Lisp code. | Kaz Kylheku | 2015-06-12 | 1 | -0/+30 |
* | Preparing for lisp loading. | Kaz Kylheku | 2015-06-10 | 1 | -7/+58 |
* | Error handling improvement in read. | Kaz Kylheku | 2015-06-10 | 1 | -4/+6 |
* | * parser.c (stream_parser_hash): New static variable. | Kaz Kylheku | 2015-06-07 | 1 | -7/+47 |
* | * match.c (v_load): Call parse_once rater than parse. | Kaz Kylheku | 2015-06-07 | 1 | -2/+2 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -4/+5 |
* | * parser.c (open_txr_file, regex_parse, lisp_parse): Functions | Kaz Kylheku | 2014-12-21 | 1 | -0/+77 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 1 | -0/+89 |