Files
bison/TODO
Marc Autret c3a8cbaaad Update.
2001-12-11 23:03:44 +00:00

46 lines
913 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. []
Must we keep %no-parser?
%token-table?
*** 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. []
%skeleton. []
* testsuite.
** tests/reduce.at [ok]
** tests/pure-parser.at []
New tests.