]> git.saurik.com Git - bison.git/blobdiff - TODO
Finish implementing --warnings=error, which should not be implied by
[bison.git] / TODO
diff --git a/TODO b/TODO
index b6e1a20a94a2317be43e78f80731444569d49af3..ca610cc04dc8d79c710128cb4ba0130f57dfd52d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,7 +36,7 @@ Catch up with yacc.c.
 
 **  GLR
 How would Paul like to display the conflicted actions?  In particular,
-what when two reductions are possible on a given look-ahead token, but one is
+what when two reductions are possible on a given lookahead token, but one is
 part of $default.  Should we make the two reductions explicit, or just
 keep $default?  See the following point.
 
@@ -310,9 +310,8 @@ at the proper place to bison.simple. Ditto for YYACT_PROLOGUE.
 I was wondering what you think about adding YYACT_PROLOGUE/EPILOGUE
 to bison. If you're interested, I'll work on a patch.
 
-* Move to Graphviz
-Well, VCG seems really dead.  Move to Graphviz instead.  Also, equip
-the parser with a means to create the (visual) parse tree.
+* Better graphics
+Equip the parser with a means to create the (visual) parse tree.
 
 -----