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