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