]> git.saurik.com Git - bison.git/blame - TODO
Because useless nonterminals are now kept alive (instead of being
[bison.git] / TODO
CommitLineData
416bd7a9
MA
1-*- outline -*-
2
3* src/reader.c
84b113cd 4Complete parse_skel_decl () with parse_dquoted_param (). [ok]
31b53af2 5Check and cleanup for CPP-out code. []
416bd7a9
MA
6
7* src/output.c
b3324f97 8Remove %%verbose which is useless. [ok]
31b53af2 9
ec93a213 10* Broken options.
04a76783
MA
11** %no-lines []
12** %no-parser []
13** %pure-parser ? []
14** %semantic-parser []
15** %token-table []
16** Options which could use parse_dquoted_param ().
17Maybe transfered in lex.c.
18*** %skeleton [ok]
19*** %output []
20*** %file-prefix []
21*** %name-prefix []
ec93a213 22
31b53af2 23Cleanup dirty CPP-out code. []
714720fc 24** Output sub-skeleton files. []
31b53af2
MA
25Useful for %no_parser. []
26*** New skeleton. []
416bd7a9 27
c111e171 28* src/macrotab.[ch]
31b53af2 29Removing warnings when compiling. (gcc-warnings). [ok]
c111e171
MA
30
31* src/print_graph.c
31b53af2 32Find the best graph parameters. []
63c2d5de
MA
33
34* doc/bison.texinfo
a12f5cab 35Update informations about ERROR_VERBOSE. []
31b53af2
MA
36Add explainations about skeleton muscles. []
37Add explainations about %skeleton. []
eeeb962b
MA
38
39* testsuite.
04a76783 40** tests/reduce.at []
eeeb962b 41** tests/calc.at
04a76783 42Remove --yyerror-verbose. [ok]
eeeb962b 43** tests/torture.at
b3324f97 44Remove --yyerror-verbose. [ok]
eeeb962b 45** tests/calc.at
04a76783 46Test --error-verbose. [ok]