summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-27 21:23:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-27 21:23:55 -0700
commitea7e91958c74d51ce05245243715dda42715e6ab (patch)
tree2383aa0cfce529e866b006f7e6f916a78840f308 /ChangeLog
parent410ba2bbeecb05c73f47bcabc85f8dddc5290da4 (diff)
downloadtxr-ea7e91958c74d51ce05245243715dda42715e6ab.tar.gz
txr-ea7e91958c74d51ce05245243715dda42715e6ab.tar.bz2
txr-ea7e91958c74d51ce05245243715dda42715e6ab.zip
* parser.y ('{', '}'): Nope, still not right.
These must have exactly the same precedence as IDENT for this to work right, of course.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe4ad2c8..7fc9e6af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-09-27 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y ('{', '}'): Nope, still not right.
+ These must have exactly the same precedence as
+ IDENT for this to work right, of course.
+
+2011-09-27 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y ('{', '}'): Bugfix: precedence of these
terminals was causing @foo@foo to be parsed differently
from @foo@{foo}. We need consecutive variables to be