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