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