| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Nice idea: how about a function which walks the tree structure and | Kaz Kylheku | 2014-02-16 | 1 | -0/+1 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -0/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -0/+2 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 1 | -1/+2 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -0/+1 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 1 | -0/+1 |
* | Removing useless hash table. | Kaz Kylheku | 2011-11-30 | 1 | -1/+0 |
* | * match.c (h_var): when manipulating specline, propagate the | Kaz Kylheku | 2011-11-15 | 1 | -0/+5 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -0/+1 |
* | Eliminate line numbers from the abstract syntax | Kaz Kylheku | 2011-11-12 | 1 | -0/+1 |