summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-26 14:38:48 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-26 14:38:48 -0800
commita0533a8a308b4e17e50113b0e8ec5a61cd138ae1 (patch)
treedb60ec5f24ae591958909947f8b112c8debc1a32 /ChangeLog
parent24f50b052eb8f8fe3a37d60d0a9e6daebab7f84a (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dbeb145..1b7b94ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.