summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-04-18 16:41:19 +0000
committerAkim Demaille <akim@epita.fr>2002-04-18 16:41:19 +0000
commit01c56de45cb6b01faa84dbdf15459b1e22640921 (patch)
treeb3ba5a6817f04a589c0af726cb357d56340c2b32 /TODO
parent8b3ba7ff05c1f293e168d2762580a5326c0aab1a (diff)
downloadbison-01c56de45cb6b01faa84dbdf15459b1e22640921.tar.gz
Add bootstrap.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 01e1a081..c39f2442 100644
--- 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.