mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
More ideas.
This commit is contained in:
19
TODO
19
TODO
@@ -146,3 +146,22 @@ You like?
|
|||||||
* input synclines
|
* input synclines
|
||||||
Some users create their foo.y files, and equip them with #line. Bison
|
Some users create their foo.y files, and equip them with #line. Bison
|
||||||
should recognize these, and preserve them.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user