]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
31b53af2 MA |
4 | Complete parse_skel_decl () with parse_dquoted_param (). [] |
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 [] | |
16 | %output [] | |
17 | %file-prefix [] | |
18 | %name-prefix [] | |
19 | ||
31b53af2 | 20 | Cleanup dirty CPP-out code. [] |
714720fc | 21 | ** Output sub-skeleton files. [] |
31b53af2 MA |
22 | Useful for %no_parser. [] |
23 | *** New skeleton. [] | |
416bd7a9 | 24 | |
c111e171 | 25 | * src/macrotab.[ch] |
31b53af2 | 26 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
27 | |
28 | * src/print_graph.c | |
31b53af2 | 29 | Find the best graph parameters. [] |
63c2d5de MA |
30 | |
31 | * doc/bison.texinfo | |
a12f5cab | 32 | Update informations about ERROR_VERBOSE. [] |
31b53af2 MA |
33 | Add explainations about skeleton muscles. [] |
34 | Add explainations about %skeleton. [] | |
eeeb962b MA |
35 | |
36 | * testsuite. | |
37 | ** tests/calc.at | |
38 | Remove --yyerror-verbose. [] | |
39 | ** tests/torture.at | |
b3324f97 | 40 | Remove --yyerror-verbose. [ok] |
eeeb962b | 41 | ** tests/calc.at |
ec93a213 | 42 | Test --error-verbose. [] |