Add bootstrap.

This commit is contained in:
Akim Demaille
2002-04-18 16:41:19 +00:00
parent 8b3ba7ff05
commit 01c56de45c
3 changed files with 20 additions and 13 deletions

5
TODO
View File

@@ -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.