From: Akim Demaille Date: Thu, 21 Aug 2008 20:06:17 +0000 (+0200) Subject: TODO: yyfmt. X-Git-Tag: v2.7.90~1069 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/dada3cd19e2754d16b999fd43183a8e8a9d88d30 TODO: yyfmt. * TODO (yysyntax_error): New item. --- diff --git a/ChangeLog b/ChangeLog index 242957ed..0409a5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-11 Akim Demaille + + TODO: yyfmt. + * TODO (yysyntax_error): New item. + 2008-11-11 Akim Demaille Prefer M4 to CPP. diff --git a/TODO b/TODO index 1b9aaed7..9dbd6b42 100644 --- a/TODO +++ b/TODO @@ -88,6 +88,10 @@ we do the same in yacc.c. In lalr1.cc we invoke it with the translated lookahead (yytoken), and yacc.c uses yychar. I don't see why. +** yysyntax_error +The use of switch to select yyfmt in lalr1.cc seems simpler than +what's done in yacc.c. + * Header guards From Franc,ois: should we keep the directory part in the CPP guard?