]> git.saurik.com Git - bison.git/blob - TODO
Update.
[bison.git] / TODO
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 ** which could use parse_dquoted_param ().
17 %skeleton [ok]
18 %output []
19 %file-prefix []
20 %name-prefix []
21
22 Cleanup dirty CPP-out code. []
23 ** Output sub-skeleton files. []
24 Useful for %no_parser. []
25 *** New skeleton. []
26
27 * src/macrotab.[ch]
28 Removing warnings when compiling. (gcc-warnings). [ok]
29
30 * src/print_graph.c
31 Find the best graph parameters. []
32
33 * doc/bison.texinfo
34 Update informations about ERROR_VERBOSE. []
35 Add explainations about skeleton muscles. []
36 Add explainations about %skeleton. []
37
38 * testsuite.
39 ** tests/calc.at
40 Remove --yyerror-verbose. []
41 ** tests/torture.at
42 Remove --yyerror-verbose. [ok]
43 ** tests/calc.at
44 Test --error-verbose. []