]>
Commit | Line | Data |
---|---|---|
1 | -*- outline -*- | |
2 | ||
3 | * src/reader.c | |
4 | Complete parse_skel_decl () with parse_dquoted_param (). [ok] | |
5 | Check and cleanup for CPP-out code. [] | |
6 | ||
7 | * src/output.c | |
8 | Remove %%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 (). | |
17 | Maybe transfered in lex.c. | |
18 | *** %skeleton [ok] | |
19 | *** %output [] | |
20 | *** %file-prefix [] | |
21 | *** %name-prefix [] | |
22 | ||
23 | Cleanup dirty CPP-out code. [] | |
24 | ** Output sub-skeleton files. [] | |
25 | Useful for %no_parser. [] | |
26 | *** New skeleton. [] | |
27 | ||
28 | * src/macrotab.[ch] | |
29 | Removing warnings when compiling. (gcc-warnings). [ok] | |
30 | ||
31 | * src/print_graph.c | |
32 | Find the best graph parameters. [] | |
33 | ||
34 | * doc/bison.texinfo | |
35 | Update informations about ERROR_VERBOSE. [] | |
36 | Add explainations about skeleton muscles. [] | |
37 | Add explainations about %skeleton. [] | |
38 | ||
39 | * testsuite. | |
40 | ** tests/reduce.at [] | |
41 | ** tests/calc.at | |
42 | Remove --yyerror-verbose. [ok] | |
43 | ** tests/torture.at | |
44 | Remove --yyerror-verbose. [ok] | |
45 | ** tests/calc.at | |
46 | Test --error-verbose. [ok] |