Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |