X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/422c18f48d3d545c538c61dbb7471cfa7b9e920c..dada3cd19e2754d16b999fd43183a8e8a9d88d30:/TODO 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?