diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-26 14:38:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-26 14:38:48 -0800 |
commit | a0533a8a308b4e17e50113b0e8ec5a61cd138ae1 (patch) | |
tree | db60ec5f24ae591958909947f8b112c8debc1a32 /ChangeLog | |
parent | 24f50b052eb8f8fe3a37d60d0a9e6daebab7f84a (diff) | |
download | txr-a0533a8a308b4e17e50113b0e8ec5a61cd138ae1.tar.gz txr-a0533a8a308b4e17e50113b0e8ec5a61cd138ae1.tar.bz2 txr-a0533a8a308b4e17e50113b0e8ec5a61cd138ae1.zip |
Sigh; more lexical-syntactic hacks. This adds handling
for the @' combination, as in @(bind a @'(foo ,bar))
* parser.l: Handle the new METAQUO token.
* parser.y (METAQUO): New token.
(meta_expr): New "METAQUO expr" case. Added missing METABKT
error handling case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-01-26 Kaz Kylheku <kaz@kylheku.com> + + Sigh; more lexical-syntactic hacks. This adds handling + for the @' combination, as in @(bind a @'(foo ,bar)) + + * parser.l: Handle the new METAQUO token. + + * parser.y (METAQUO): New token. + (meta_expr): New "METAQUO expr" case. Added missing METABKT + error handling case. + 2014-01-24 Kaz Kylheku <kaz@kylheku.com> * hash.c (hash_update): New function. |