]> git.saurik.com Git - bison.git/blame_incremental - TODO
* src/output.c (output_parser): Remove useless muscle.
[bison.git] / TODO
... / ...
CommitLineData
1-*- outline -*-
2
3* src/reader.c
4Check and cleanup for CPP-out code. [ok]
5
6* src/output.c
7Check and cleanup for CPP-out code. [ok]
8** %%input-line is not correct at this time.
9Rely with bison.simple.
10
11* Broken options ?.
12** %no-lines []
13** %no-parser []
14** %pure-parser []
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 []
23
24** Skeleton strategy. []
25Useful for %no_parser. []
26*** New skeletons. []
27
28* src/macrotab.[ch]
29Removing warnings when compiling. (gcc-warnings). [ok]
30
31* src/print_graph.c
32Find the best graph parameters. []
33
34* doc/bison.texinfo
35Update informations about ERROR_VERBOSE. []
36Add explainations about skeleton muscles. []
37Add explainations about %skeleton. []
38
39* testsuite.
40** tests/reduce.at [ok]