]> git.saurik.com Git - bison.git/blobdiff - TODO
Add bootstrap.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 01e1a08157fac05e91f71d5b962dfbd064931337..c39f244245b84d43b0ad60dce788f7f757a44b5b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -152,6 +152,11 @@ src/bison/tests % cd ./testsuite.dir/51
 tests/testsuite.dir/51 % echo "()" | ./calc
 1.2-1.3: parse error, unexpected ')', expecting error or "number" or '-' or '('
 
+* yyerror, yyprint interface
+It should be improved, in particular when using Bison features such as
+locations, and YYPARSE_PARAMS.  For the time being, it is recommended
+to #define yyerror and yyprint to steal internal variables...
+
 * read_pipe.c
 This is not portable to DOS for instance.  Implement a more portable
 scheme.  Sources of inspiration include GNU diff, and Free Recode.