| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -0/+2 |
* | We don't include headers in headers in this project. | Kaz Kylheku | 2011-10-30 | 1 | -1/+0 |
* | Bugfix: prepared_error_message variable needs to be gc-protected. | Kaz Kylheku | 2011-10-26 | 1 | -0/+1 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | More regex grammar work. | Kaz Kylheku | 2010-01-19 | 1 | -0/+1 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 1 | -0/+1 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -0/+1 |
* | Fixed broken yyerrorf. It was still taking char *, and passing | Kaz Kylheku | 2009-11-24 | 1 | -1/+1 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -1/+1 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -4/+4 |
* | Following-up on diagnostics obtained by running code through C++ | Kaz Kylheku | 2009-11-18 | 1 | -1/+1 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -1/+1 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 1 | -1/+1 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -1/+1 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+36 |