From 0e95c1ddc133e6ccb7fd31514a39e0f4204a9080 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 8 Apr 2002 10:02:19 +0000 Subject: [PATCH] More ideas. --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. -- 2.45.2