]> git.saurik.com Git - bison.git/blobdiff - TODO
Restore --no-lines.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 7f8e80ea29334cd0f3b58ca9fec41f39f0efbe5b..7b4b7fd420bb3a998afec3b544308ee03493b4f9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -155,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.        []
@@ -185,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