diff options
author | Akim Demaille <akim@epita.fr> | 2002-04-18 16:41:19 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2002-04-18 16:41:19 +0000 |
commit | 01c56de45cb6b01faa84dbdf15459b1e22640921 (patch) | |
tree | b3ba5a6817f04a589c0af726cb357d56340c2b32 /TODO | |
parent | 8b3ba7ff05c1f293e168d2762580a5326c0aab1a (diff) | |
download | bison-01c56de45cb6b01faa84dbdf15459b1e22640921.tar.gz |
Add bootstrap.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |