X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ce6719605b81aa7b19c6f9615a78a4fd18bfdb42..27cb5b590124894edc3e4bee11737972e56d2dbe:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 811d6fa0..e8e8ac2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-11-11 Akim Demaille + + 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 + + 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 Less memory pressure on the "list" bench.