]> 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 (). []
5 Check and cleanup for CPP-out code. []
6
7 * src/output.c
8 Remove %%verbose which is useless. [ok]
9
10 Cleanup dirty CPP-out code. []
11 ** Output sub-skeleton files. []
12 Useful for %no_parser. []
13 *** New skeleton. []
14
15 * src/macrotab.[ch]
16 Removing warnings when compiling. (gcc-warnings). [ok]
17
18 * src/print_graph.c
19 Find the best graph parameters. []
20
21 * doc/bison.texinfo
22 Update informations about ERROR_VERBOSE. []
23 Add explainations about skeleton muscles. []
24 Add explainations about %skeleton. []
25
26 * testsuite.
27 ** tests/calc.at
28 Remove --yyerror-verbose. []
29 ** tests/torture.at
30 Remove --yyerror-verbose. [ok]
31 ** tests/calc.at
32 Test --error-verbose. []