summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.