]> git.saurik.com Git - bison.git/blobdiff - TODO
Update.
[bison.git] / TODO
diff --git a/TODO b/TODO
index fa4726ecb1605295d392a579ced54ef0f5cff491..51a8b616bc78a6c016d834e29306c636148f1378 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,26 +1,29 @@
 -*- outline -*-
 
 * src/reader.c
-Complete parse_skel_decl () with parse_dquoted_param ().       []
-Check and cleanup for CPP-out code.    []
+Check and cleanup for CPP-out code.    [ok]
 
 * src/output.c
-Remove %%verbose which is useless.     [ok]
-
-* Broken options.
-%no-lines      []
-%no-parser     []
-%pure-parser ? []
-%semantic-parser       []
-%token-table   []
-%output                []
-%file-prefix   []
-%name-prefix   []
-
-Cleanup dirty CPP-out code.    []
-** Output sub-skeleton files.  []
+Check and cleanup for CPP-out code.    [ok]
+** %%input-line is not correct at this time.   [ok]
+Rely with bison.simple.
+
+* Broken options ?.
+** %no-lines           [ok]
+** %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       []
+
+** Skeleton strategy.  []
 Useful for %no_parser. []
-*** New skeleton     []
+*** New skeletons.     []
 
 * src/macrotab.[ch]
 Removing warnings when compiling. (gcc-warnings).      [ok]
@@ -34,9 +37,4 @@ Add explainations about skeleton muscles.     []
 Add explainations about %skeleton.     []
 
 * testsuite.
-** tests/calc.at
-Remove --yyerror-verbose.      []
-** tests/torture.at
-Remove --yyerror-verbose.      [ok]
-** tests/calc.at
-Test --error-verbose.  []
+** tests/reduce.at     [ok]