]> git.saurik.com Git - bison.git/commitdiff
Update.
authorMarc Autret <autret_m@epita.fr>
Thu, 29 Nov 2001 20:52:44 +0000 (20:52 +0000)
committerMarc Autret <autret_m@epita.fr>
Thu, 29 Nov 2001 20:52:44 +0000 (20:52 +0000)
TODO

diff --git a/TODO b/TODO
index 301bfa71be8d88aa8eb463b8b17177d43543dd03..7bbf4375d461a643278ca131359348f34122a237 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,16 +8,17 @@ Check and cleanup for CPP-out code.   []
 Remove %%verbose which is useless.     [ok]
 
 * Broken options.
-%no-lines      []
-%no-parser     []
-%pure-parser ? []
-%semantic-parser       []
-%token-table   []
-** which could use parse_dquoted_param ().
-%skeleton      [ok]
-%output                []
-%file-prefix   []
-%name-prefix   []
+** %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.  []
@@ -36,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.  []
+Test --error-verbose.  [ok]