diff options
author | Akim Demaille <akim@epita.fr> | 2002-04-08 10:02:19 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2002-04-08 10:02:19 +0000 |
commit | 0e95c1ddc133e6ccb7fd31514a39e0f4204a9080 (patch) | |
tree | a9d923f0a85e3b96a7515b365ff56979913a6d03 /TODO | |
parent | df33b92836e5c2b9674860e85476b3555ed6b8b8 (diff) | |
download | bison-0e95c1ddc133e6ccb7fd31514a39e0f4204a9080.tar.gz |
More ideas.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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. |