]> git.saurik.com Git - bison.git/blobdiff - TODO
* tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
[bison.git] / TODO
diff --git a/TODO b/TODO
index 7f58a43d27eaf9f9d811d63bf0926b44698ceae6..87a61b6da746d12c4990ddc966977c8c457d8b3e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,12 +2,14 @@
 
 * src/reader.c
 ** Complete parse_skel_decl () with parse_dquoted_param ().
+** Check and cleanup for CPP-out code.
 
 * src/output.c
 ** Output sub-skeleton files.
 ** Cleanup dirty CPP-out code.
 ** s/definitions/prologue/  s/user_code/epilogue/ [ok].
 ** s/macro/muscle/
+** Synchronize `#line' directive with user file.
 
 * src/getargs.c src/lex.c
 ** Synchronize percent and command line options.
@@ -20,4 +22,8 @@
 ** Find the best graph parameters.
 
 * doc/bison.texinfo
-** Echo modifications of prologue and epilogue.
\ No newline at end of file
+** Echo modifications of prologue and epilogue.
+** Add informations about YYERROR_VERBOSE.
+
+* tests/
+** Repair Bison to success tests.