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