]> git.saurik.com Git - bison.git/blobdiff - TODO
* src/LR0.c (augment_automaton): Now that all states have shifts,
[bison.git] / TODO
diff --git a/TODO b/TODO
index 1860cda17443bdfba14e335f4476c3a8a799ae1e..7bbf4375d461a643278ca131359348f34122a237 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,25 @@
 -*- outline -*-
 
 * src/reader.c
-Complete parse_skel_decl () with parse_dquoted_param ().       []
+Complete parse_skel_decl () with parse_dquoted_param ().       [ok]
 Check and cleanup for CPP-out code.    []
 
 * src/output.c
 Remove %%verbose which is useless.     [ok]
 
+* Broken options.
+** %no-lines           []
+** %no-parser          []
+** %pure-parser ?      []
+** %semantic-parser    []
+** %token-table                []
+** Options which could use parse_dquoted_param ().
+Maybe transfered in lex.c.
+*** %skeleton          [ok]
+*** %output            []
+*** %file-prefix       []
+*** %name-prefix       []
+
 Cleanup dirty CPP-out code.    []
 ** Output sub-skeleton files.  []
 Useful for %no_parser. []
@@ -24,9 +37,10 @@ Add explainations about skeleton muscles.    []
 Add explainations about %skeleton.     []
 
 * testsuite.
+** tests/reduce.at     []
 ** tests/calc.at
-Remove --yyerror-verbose.      []
+Remove --yyerror-verbose.      [ok]
 ** tests/torture.at
 Remove --yyerror-verbose.      [ok]
 ** tests/calc.at
-Test --error-verbose.  []
\ No newline at end of file
+Test --error-verbose.  [ok]