Files
bison/TODO
Marc Autret c3995d9998 Update.
2001-12-11 20:21:09 +00:00

41 lines
871 B
Plaintext

-*- outline -*-
* src/reader.c
Check and cleanup for CPP-out code. [ok]
* src/output.c
Check and cleanup for CPP-out code. [ok]
** %%input-line is not correct at this time. [ok]
Rely with bison.simple.
* Broken options ?.
** %no-lines [ok]
** %no-parser []
** %pure-parser []
** %semantic-parser []
** %token-table []
** Options which could use parse_dquoted_param ().
Maybe transfered in lex.c.
*** %skeleton [ok]
*** %output []
*** %file-prefix []
*** %name-prefix []
** Skeleton strategy. []
Useful for %no_parser. []
*** New skeletons. []
* src/macrotab.[ch]
Removing warnings when compiling. (gcc-warnings). [ok]
* src/print_graph.c
Find the best graph parameters. []
* doc/bison.texinfo
Update informations about ERROR_VERBOSE. []
Add explainations about skeleton muscles. []
Add explainations about %skeleton. []
* testsuite.
** tests/reduce.at [ok]