]> git.saurik.com Git - bison.git/blame_incremental - TODO
Update.
[bison.git] / TODO
... / ...
CommitLineData
1-*- outline -*-
2
3* src/reader.c
4Complete parse_skel_decl () with parse_dquoted_param (). [ok]
5Check and cleanup for CPP-out code. []
6
7* src/output.c
8Remove %%verbose which is useless. [ok]
9
10* Broken options.
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 []
22
23Cleanup dirty CPP-out code. []
24** Output sub-skeleton files. []
25Useful for %no_parser. []
26*** New skeleton. []
27
28* src/macrotab.[ch]
29Removing warnings when compiling. (gcc-warnings). [ok]
30
31* src/print_graph.c
32Find the best graph parameters. []
33
34* doc/bison.texinfo
35Update informations about ERROR_VERBOSE. []
36Add explainations about skeleton muscles. []
37Add explainations about %skeleton. []
38
39* testsuite.
40** tests/reduce.at []
41** tests/calc.at
42Remove --yyerror-verbose. [ok]
43** tests/torture.at
44Remove --yyerror-verbose. [ok]
45** tests/calc.at
46Test --error-verbose. [ok]