summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-04-08 10:02:19 +0000
committerAkim Demaille <akim@epita.fr>2002-04-08 10:02:19 +0000
commit0e95c1ddc133e6ccb7fd31514a39e0f4204a9080 (patch)
treea9d923f0a85e3b96a7515b365ff56979913a6d03 /TODO
parentdf33b92836e5c2b9674860e85476b3555ed6b8b8 (diff)
downloadbison-0e95c1ddc133e6ccb7fd31514a39e0f4204a9080.tar.gz
More ideas.
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
index c683e39a..02f6b15b 100644
--- 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.