]> git.saurik.com Git - bison.git/blame_incremental - TODO
Don't store the token defs in a muscle, just be ready to output it
[bison.git] / TODO
... / ...
CommitLineData
1-*- outline -*-
2
3* Prologue
4The %union is declared after the user C declarations. It can be
5a problem if YYSTYPE is decalred after the user part. []
6
7* --verbose
8Tell the truth about EOF. []
9
10* --graph
11Show reductions. []
12
13* tokendefs
14This muscle should not exist: the information it contains should be
15available from the rest of bison. Once the information public, get
16rid of it. []
17
18* Broken options ?.
19** %no-lines [ok]
20** %no-parser []
21** %pure-parser []
22** %semantic-parser []
23** %token-table []
24** Options which could use parse_dquoted_param ().
25Maybe transfered in lex.c.
26*** %skeleton [ok]
27*** %output []
28*** %file-prefix []
29*** %name-prefix []
30
31** Skeleton strategy. []
32Must we keep %no-parser?
33 %token-table?
34*** New skeletons. []
35
36* src/macrotab.[ch]
37Removing warnings when compiling. (gcc-warnings). [ok]
38
39* src/print_graph.c
40Find the best graph parameters. []
41
42* doc/bison.texinfo
43** Update
44informations about ERROR_VERBOSE. []
45** Add explainations about
46skeleton muscles. []
47%skeleton. []
48
49* testsuite.
50** tests/reduce.at [ok]
51** tests/pure-parser.at []
52New tests.