| Commit message (Expand) | Author | Age | Files | Lines |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 1 | -2/+2 |
* | bugfix: source lineno off by one under hash bang. | Kaz Kylheku | 2019-04-21 | 1 | -0/+1 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 1 | -1/+3 |
* | repl: groundwork for recursive listener invocation. | Kaz Kylheku | 2019-04-08 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -2/+2 |
* | parser: don't generate special lits outside quasiquote. | Kaz Kylheku | 2018-04-04 | 1 | -0/+1 |
* | Implement compiled file loading. | Kaz Kylheku | 2018-04-04 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | read, iread: source location recording now conditional. | Kaz Kylheku | 2017-12-29 | 1 | -0/+4 |
* | Refactoring hash bang support; hash bang null hack. | Kaz Kylheku | 2017-05-30 | 1 | -1/+1 |
* | Continuing implementation of buffers. | Kaz Kylheku | 2017-04-21 | 1 | -0/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | bugfix: expand macros in a number of directives. | Kaz Kylheku | 2017-01-21 | 1 | -0/+1 |
* | parser: fix problems at EOF involving #; syntax. | Kaz Kylheku | 2016-12-06 | 1 | -0/+1 |
* | New #; syntax for erasing following object. | Kaz Kylheku | 2016-11-07 | 1 | -0/+1 |
* | Adding notation for cycles and shared structure. | Kaz Kylheku | 2016-10-18 | 1 | -3/+7 |
* | Detect cycles in rlcp_tree. | Kaz Kylheku | 2016-10-18 | 1 | -0/+8 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | New iread function. | Kaz Kylheku | 2015-11-07 | 1 | -1/+5 |
* | Better EOF check in read-eval stream function. | Kaz Kylheku | 2015-09-11 | 1 | -0/+1 |
* | Reset flex scanner if exception thrown during read. | Kaz Kylheku | 2015-09-06 | 1 | -0/+1 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -1/+2 |
* | Basic REPL based on linenoise. | Kaz Kylheku | 2015-09-05 | 1 | -0/+3 |
* | New --yydebug option. | Kaz Kylheku | 2015-08-24 | 1 | -0/+2 |
* | Remove useless member from parser structure. | Kaz Kylheku | 2015-08-19 | 1 | -1/+0 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 1 | -3/+5 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -4/+21 |
* | Diagnose bad consing dot syntax like (a . b . c). | Kaz Kylheku | 2015-08-10 | 1 | -0/+1 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -1/+1 |
* | Handle setting of parse name through prime_parser. | Kaz Kylheku | 2015-07-10 | 1 | -2/+2 |
* | Remove unused "primer" member from parser_t. | Kaz Kylheku | 2015-07-10 | 1 | -2/+1 |
* | Bugfix: lexer loses unmatched "hold char" between top-level forms. | Kaz Kylheku | 2015-07-10 | 1 | -2/+2 |
* | Parser cleanup: embed scanner in parser. | Kaz Kylheku | 2015-07-09 | 1 | -5/+9 |
* | Hash-bang support for .tl files. | Kaz Kylheku | 2015-07-02 | 1 | -1/+1 |
* | @(load) and @(include) now load Lisp code. | Kaz Kylheku | 2015-06-12 | 1 | -0/+3 |
* | Preparing for lisp loading. | Kaz Kylheku | 2015-06-10 | 1 | -1/+1 |
* | * parser.c (stream_parser_hash): New static variable. | Kaz Kylheku | 2015-06-07 | 1 | -1/+4 |
* | * match.c (v_load): Call parse_once rater than parse. | Kaz Kylheku | 2015-06-07 | 1 | -1/+2 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -1/+1 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 1 | -1/+4 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -4/+9 |
* | More type safety, with help from C++ compiler. | Kaz Kylheku | 2014-10-14 | 1 | -6/+8 |
* | C++ upkeep. | Kaz Kylheku | 2014-10-14 | 1 | -2/+1 |
* | * eval.c (eval_init): Update registration of lisp-parse and read | Kaz Kylheku | 2014-09-02 | 1 | -1/+1 |
* | Reentrant parser regression. | Kaz Kylheku | 2014-08-07 | 1 | -1/+1 |
* | Big switch to reentrant lexing and parsing. | Kaz Kylheku | 2014-08-02 | 1 | -14/+22 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |