From: Akim Demaille Date: Mon, 8 Apr 2002 10:02:19 +0000 (+0000) Subject: More ideas. X-Git-Tag: BISON-1_49a~56 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0e95c1ddc133e6ccb7fd31514a39e0f4204a9080?ds=sidebyside More ideas. --- 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.