mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
41 lines
871 B
Plaintext
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]
|