X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f0e48240c94315f2149eae188c9ab3cf3d84b370..2dfbfc122c5d609383d87267b4b4b2494d6bdfd9:/TODO diff --git a/TODO b/TODO index 436fa0d3..7b4b7fd4 100644 --- a/TODO +++ b/TODO @@ -21,14 +21,6 @@ Before releasing, make sure the documentation refers to the current `output' format. -* Error messages -Some are really funky. For instance - - type clash (`%s' `%s') on default action - -is really weird. Revisit them all. - - * GLR & C++ Currently, the GLR parser cannot compile with a C++ compiler. @@ -163,21 +155,11 @@ Paul notes: Show reductions. [] * Broken options ? -** %no-lines [ok] ** %no-parser [] -** %pure-parser [] ** %token-table [] -** Options which could use parse_dquoted_param (). -Maybe transferred in lex.c. -*** %skeleton [ok] -*** %output [] -*** %file-prefix [] -*** %name-prefix [] - ** Skeleton strategy. [] Must we keep %no-parser? %token-table? -*** New skeletons. [] * src/print_graph.c Find the best graph parameters. [] @@ -193,10 +175,6 @@ skeleton muscles. [] ** tests/pure-parser.at [] New tests. -* 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. Charles-Henri de Boysson is working on this, and already has some