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