]> git.saurik.com Git - bison.git/commitdiff
More ideas.
authorAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 10:02:19 +0000 (10:02 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 10:02:19 +0000 (10:02 +0000)
TODO

diff --git a/TODO b/TODO
index c683e39a68b502248c009d29920eb82c2014fbf7..02f6b15b162e7faf22f96d99f0e310a86d8c3b44 100644 (file)
--- a/TODO
+++ b/TODO
@@ -146,3 +146,22 @@ You like?
 * input synclines
 Some users create their foo.y files, and equip them with #line.  Bison
 should recognize these, and preserve them.
+
+* BTYacc
+See if we can integrate backtracking in Bison.  Contact the BTYacc
+maintainers.
+
+* Automaton report
+Display more clearly the lookaheads for each item.
+
+* RR conflicts
+See if we can use precedence between rules to solve RR conflicts.  See
+what POSIX says.
+
+* Precedence
+It is unfortunate that there is a total order for precedence.  It
+makes it impossible to have modular precedence information.  We should
+move to partial orders.
+
+* Parsing grammars
+Rewrite the reader in Bison.