]> git.saurik.com Git - bison.git/blame_incremental - TODO
Make `make distcheck' work.
[bison.git] / TODO
... / ...
CommitLineData
1-*- outline -*-
2
3* tokendefs
4This muscle should not exist: the information it contains should be
5available from the rest of bison. Once the information public, get
6rid of it.
7
8* Broken options ?.
9** %no-lines [ok]
10** %no-parser []
11** %pure-parser []
12** %semantic-parser []
13** %token-table []
14** Options which could use parse_dquoted_param ().
15Maybe transfered in lex.c.
16*** %skeleton [ok]
17*** %output []
18*** %file-prefix []
19*** %name-prefix []
20
21** Skeleton strategy. []
22Must we keep %no-parser?
23 %token-table?
24*** New skeletons. []
25
26* src/macrotab.[ch]
27Removing warnings when compiling. (gcc-warnings). [ok]
28
29* src/print_graph.c
30Find the best graph parameters. []
31
32* doc/bison.texinfo
33** Update
34informations about ERROR_VERBOSE. []
35** Add explainations about
36skeleton muscles. []
37%skeleton. []
38
39* testsuite.
40** tests/reduce.at [ok]
41** tests/pure-parser.at []
42New tests.