| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at restructuring how variable matching works in the pattern | Kaz Kylheku | 2014-08-11 | 1 | -18/+3 |
* | * parser.l (yyerr): Function removed; it is not used in the lexer, | Kaz Kylheku | 2014-08-07 | 1 | -34/+36 |
* | Reentrant parser regression. | Kaz Kylheku | 2014-08-07 | 1 | -64/+52 |
* | * parser.y: Back port from Berkeley Yacc to GNU Bison. | Kaz Kylheku | 2014-08-05 | 1 | -0/+5 |
* | Big switch to reentrant lexing and parsing. | Kaz Kylheku | 2014-08-02 | 1 | -128/+152 |
* | * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states. | Kaz Kylheku | 2014-07-30 | 1 | -0/+2 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * parser.y (METANUM): Forgotten %right declaration for this | Kaz Kylheku | 2014-07-22 | 1 | -1/+1 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+5 |
* | Bugfix: macros not being expanded in expansions embedded in | Kaz Kylheku | 2014-06-20 | 1 | -3/+23 |
* | Optimization: add missing tail updates to some list | Kaz Kylheku | 2014-06-20 | 1 | -1/+1 |
* | * lib.c (obj_print): Render character DC00 as "pnul". | Kaz Kylheku | 2014-06-15 | 1 | -0/+1 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -6/+6 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 1 | -1/+1 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -5/+22 |
* | * parser.y (yybadtoken): Add missing cases for new token | Kaz Kylheku | 2014-03-25 | 1 | -0/+2 |
* | Introducing word list literals. | Kaz Kylheku | 2014-03-25 | 1 | -3/+17 |
* | Second round of bugfixing on the theme of the previous commit. | Kaz Kylheku | 2014-03-20 | 1 | -19/+55 |
* | * parser.y (text): Allow the EMPTY token (the @(empty) syntax) | Kaz Kylheku | 2014-03-15 | 1 | -1/+1 |
* | * parser.y: nuke tabs. | Kaz Kylheku | 2014-03-13 | 1 | -9/+9 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 1 | -1/+35 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -19/+5 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 1 | -1/+1 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 1 | -7/+9 |
* | * eval.c (expand_op): Use rlcp_tree when constructing the | Kaz Kylheku | 2014-02-26 | 1 | -5/+8 |
* | * parser.y (list): For @n_expr, get the source location info | Kaz Kylheku | 2014-02-26 | 1 | -3/+5 |
* | * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_expr | Kaz Kylheku | 2014-02-25 | 1 | -12/+18 |
* | * parser.y (modifiers): Bugfix: list element not subject to expansion | Kaz Kylheku | 2014-02-24 | 1 | -3/+17 |
* | * lib.c (obj_print, obj_pprint): Render quasi-quote hash and | Kaz Kylheku | 2014-02-24 | 1 | -7/+10 |
* | Symbol macros. | Kaz Kylheku | 2014-02-24 | 1 | -4/+3 |
* | * parser.y: Allow the (. expr) syntax to denote expr. | Kaz Kylheku | 2014-02-22 | 1 | -0/+1 |
* | Preparation for lexical macros: we need to pass a macro | Kaz Kylheku | 2014-02-22 | 1 | -9/+12 |
* | * parser.y: Bugfix, I think. :) We do not need to call the expander | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * parser.y (unquotes_occur): Bugfix: we should not terminate | Kaz Kylheku | 2014-02-20 | 1 | -2/+0 |
* | Nice idea: how about a function which walks the tree structure and | Kaz Kylheku | 2014-02-16 | 1 | -0/+13 |
* | Bugfixes: not propagating source loc info in quasiliterals. | Kaz Kylheku | 2014-02-16 | 1 | -8/+16 |
* | Whitespace. | Kaz Kylheku | 2014-02-01 | 1 | -1/+1 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -1/+4 |
* | Lexing and parsing improvements, leaving things less hacky than before, | Kaz Kylheku | 2014-01-27 | 1 | -41/+23 |
* | * parser.y (yybadtoken): Handle METAQUO in switch. | Kaz Kylheku | 2014-01-27 | 1 | -0/+1 |
* | Implementing more correct treatment of meta forms | Kaz Kylheku | 2014-01-26 | 1 | -36/+62 |
* | Sigh; more lexical-syntactic hacks. This adds handling | Kaz Kylheku | 2014-01-26 | 1 | -4/+13 |
* | Bugfix: @(require ...) not expanding forms. | Kaz Kylheku | 2014-01-23 | 1 | -2/+5 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -2/+2 |
* | The lisp-parse function can now be called multiple times | Kaz Kylheku | 2014-01-07 | 1 | -2/+5 |
* | * parser.y (yybadtoken): Handle HASH_H. | Kaz Kylheku | 2013-12-17 | 1 | -0/+1 |
* | * lib.c (intern): fix the previous diagnostic bug once more with more | Kaz Kylheku | 2013-12-16 | 1 | -5/+4 |
* | Changing the tokenizer to get rid of IDENT, KEYWORD and METAVAR | Kaz Kylheku | 2013-12-15 | 1 | -39/+74 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -1/+2 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |