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