]> git.saurik.com Git - bison.git/blobdiff - TODO
#line should have quoted strings.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 436fa0d38c48049db13d4e5154c56ff821ff7db9..7b4b7fd420bb3a998afec3b544308ee03493b4f9 100644 (file)
--- 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 <de-boy_c@epita.fr> is working on this, and already has some