]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
yychar cannot be empty in yyerrlab.
[bison.git] / ChangeLog
index 811d6fa07e75baaeec50e9101569ac5a332555e9..e8e8ac2bcba56dfc7e33aac47c5cdb622fdd560f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       yychar cannot be empty in yyerrlab.
+       * TODO (yychar == yyempty_): New.
+       * data/lalr1.cc: Remove the handling of this case.
+       This eases forthcoming changes related to yychar and yytranslate.
+
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Bench: syntactic sugar for %define/#define.
+       * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
+       (&bench_push_parser, bench_variant_parser): Use this feature.
+       (&eat): New.
+       Use it.
+
 2008-11-11  Akim Demaille  <demaille@gostai.com>
 
        Less memory pressure on the "list" bench.