]> git.saurik.com Git - bison.git/blobdiff - TODO
* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
[bison.git] / TODO
diff --git a/TODO b/TODO
index fa4726ecb1605295d392a579ced54ef0f5cff491..b80c259cb2333a526e31bcb924f26de161f26cf5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,26 +1,30 @@
 -*- 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.  []
-Useful for %no_parser. []
-*** New skeleton.      []
+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.  []
+Must we keep %no-parser?
+            %token-table?
+*** New skeletons.     []
 
 * src/macrotab.[ch]
 Removing warnings when compiling. (gcc-warnings).      [ok]
@@ -29,14 +33,13 @@ Removing warnings when compiling. (gcc-warnings).   [ok]
 Find the best graph parameters.        []
 
 * doc/bison.texinfo
-Update informations about ERROR_VERBOSE.       []
-Add explainations about skeleton muscles.      []
-Add explainations about %skeleton.     []
+** Update 
+informations about ERROR_VERBOSE.      []
+** Add explainations about 
+skeleton muscles.      []
+%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]
+** tests/pure-parser.at        []
+New tests.