]> git.saurik.com Git - bison.git/blobdiff - TODO
TODO: yyfmt.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 1b9aaed798896184b54fb3a5e26b4c45add57b3f..9dbd6b423e4cd88e45eab24c78175e22458c18f6 100644 (file)
--- 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?