X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/27cb5b590124894edc3e4bee11737972e56d2dbe..a2e3fa776815138196cb0fec9d164f7e23b93119:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index e8e8ac2b..293cb7c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-11-11 Akim Demaille + + Factor the tables. + * TODO: New item. + +2008-11-11 Akim Demaille + + 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 yychar cannot be empty in yyerrlab.