]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Factor the tables.
[bison.git] / ChangeLog
index e8e8ac2bcba56dfc7e33aac47c5cdb622fdd560f..293cb7c1cde4a613c4ede5c8dfa109349944db12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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.