]> git.saurik.com Git - bison.git/blobdiff - TODO
Document YYFPRINTF, YYSTDERR.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 596bd1eec3efc0a16af58397f83b153389514d30..b80c259cb2333a526e31bcb924f26de161f26cf5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,15 @@
 -*- outline -*-
 
 * src/reader.c
-Check and cleanup for CPP-out code.    []
+Check and cleanup for CPP-out code.    [ok]
 
 * src/output.c
-Check and cleanup for CPP-out code.    []
+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           []
+** %no-lines           [ok]
 ** %no-parser          []
 ** %pure-parser                []
 ** %semantic-parser    []
@@ -20,7 +22,8 @@ Maybe transfered in lex.c.
 *** %name-prefix       []
 
 ** Skeleton strategy.  []
-Useful for %no_parser. []
+Must we keep %no-parser?
+            %token-table?
 *** New skeletons.     []
 
 * src/macrotab.[ch]
@@ -30,9 +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/reduce.at     [ok]
+** tests/pure-parser.at        []
+New tests.