]> git.saurik.com Git - bison.git/blame - TODO
* src/lalr.c (build_relations): Rename `states' as `states1'.
[bison.git] / TODO
CommitLineData
416bd7a9
MA
1-*- outline -*-
2
bcb05e75
MA
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
1a4648ff
AD
13* tokendefs
14This muscle should not exist: the information it contains should be
15available from the rest of bison. Once the information public, get
bcb05e75 16rid of it. []
31b53af2 17
fbbf9b3b 18* Broken options ?.
c3995d99 19** %no-lines [ok]
04a76783 20** %no-parser []
fbbf9b3b 21** %pure-parser []
04a76783
MA
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 []
ec93a213 30
fbbf9b3b 31** Skeleton strategy. []
c3a8cbaa
MA
32Must we keep %no-parser?
33 %token-table?
fbbf9b3b 34*** New skeletons. []
416bd7a9 35
c111e171 36* src/macrotab.[ch]
31b53af2 37Removing warnings when compiling. (gcc-warnings). [ok]
c111e171
MA
38
39* src/print_graph.c
31b53af2 40Find the best graph parameters. []
63c2d5de
MA
41
42* doc/bison.texinfo
1a4648ff 43** Update
c3a8cbaa 44informations about ERROR_VERBOSE. []
1a4648ff 45** Add explainations about
c3a8cbaa
MA
46skeleton muscles. []
47%skeleton. []
eeeb962b
MA
48
49* testsuite.
fbbf9b3b 50** tests/reduce.at [ok]
c3a8cbaa
MA
51** tests/pure-parser.at []
52New tests.