* src/output.c (output_parser): Remove useless muscle.
[bison.git] / TODO
CommitLineData
416bd7a9
MA
1-*- outline -*-
2
3* src/reader.c
e83d80b8 4Check and cleanup for CPP-out code. [ok]
416bd7a9
MA
5
6* src/output.c
e83d80b8
MA
7Check and cleanup for CPP-out code. [ok]
8** %%input-line is not correct at this time.
9Rely with bison.simple.
31b53af2 10
fbbf9b3b 11* Broken options ?.
04a76783
MA
12** %no-lines []
13** %no-parser []
fbbf9b3b 14** %pure-parser []
04a76783
MA
15** %semantic-parser []
16** %token-table []
17** Options which could use parse_dquoted_param ().
18Maybe transfered in lex.c.
19*** %skeleton [ok]
20*** %output []
21*** %file-prefix []
22*** %name-prefix []
ec93a213 23
fbbf9b3b 24** Skeleton strategy. []
31b53af2 25Useful for %no_parser. []
fbbf9b3b 26*** New skeletons. []
416bd7a9 27
c111e171 28* src/macrotab.[ch]
31b53af2 29Removing warnings when compiling. (gcc-warnings). [ok]
c111e171
MA
30
31* src/print_graph.c
31b53af2 32Find the best graph parameters. []
63c2d5de
MA
33
34* doc/bison.texinfo
a12f5cab 35Update informations about ERROR_VERBOSE. []
31b53af2
MA
36Add explainations about skeleton muscles. []
37Add explainations about %skeleton. []
eeeb962b
MA
38
39* testsuite.
fbbf9b3b 40** tests/reduce.at [ok]