]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Factor the tables.
[bison.git] / ChangeLog
index 17023e24e053870e5e7e38989b621144cb50c7b8..293cb7c1cde4a613c4ede5c8dfa109349944db12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Factor the tables.
+       * TODO: New item.
+
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Let yytranslate handle the eof case.
+       * data/lalr1.cc (yytranslate_): Handle the EOF case.
+       Adjust callers.
+       No longer expect yychar to be equal to yyeof_, rather, test the
+       lookahead's (translated) kind.
+
+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.