]> git.saurik.com Git - bison.git/blobdiff - TODO
Use b4_c_modern.
[bison.git] / TODO
diff --git a/TODO b/TODO
index a9ec30838b565d201ad35ff8021a92f8e9c5a5ed..5ae4f707c48e2a6de681721e3589deadd5ab4b47 100644 (file)
--- a/TODO
+++ b/TODO
@@ -157,12 +157,8 @@ management is performed once instead of three times).  I suggest that
 we do the same in yacc.c.
 
 ** yysyntax_error
-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