X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/092778750428c0d35378691bb4db94ef5b5ab988..dada3cd19e2754d16b999fd43183a8e8a9d88d30:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fe8e5504..0409a5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2008-11-11 Akim Demaille + + TODO: yyfmt. + * TODO (yysyntax_error): New item. + +2008-11-11 Akim Demaille + + Prefer M4 to CPP. + * data/lalr1.cc: Use b4_error_verbose_if instead of #if + YYERROR_VERBOSE. + +2008-11-11 Akim Demaille + + Support i18n of the parse error messages. + * TODO (lalr1.cc/I18n): Remove. + * data/lalr1.cc (yysyntax_error_): Support the translation of the + error messages, as done in yacc.c. + Stay within the yy* pseudo namespace. + +2008-11-11 Akim Demaille + + More TODO. + * TODO (single stack, yysyntax_error): New. + 2008-11-11 Akim Demaille Make it possible to return a symbol_type from yylex.