X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1e0348079323bc0dcf023e60873c976c77ece418..5860cc8c1c8b67d7af455f7f0fe9e9e1464366b3:/TODO diff --git a/TODO b/TODO index a9ec3083..b12a039a 100644 --- a/TODO +++ b/TODO @@ -161,8 +161,8 @@ 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. +The code bw glr.c and yacc.c is really alike, we can certainly factor +some parts. * Header guards