]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
bcb05e75 MA |
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 | ||
1a4648ff AD |
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 | |
bcb05e75 | 16 | rid 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 (). | |
25 | Maybe transfered in lex.c. | |
26 | *** %skeleton [ok] | |
27 | *** %output [] | |
28 | *** %file-prefix [] | |
29 | *** %name-prefix [] | |
ec93a213 | 30 | |
fbbf9b3b | 31 | ** Skeleton strategy. [] |
c3a8cbaa MA |
32 | Must we keep %no-parser? |
33 | %token-table? | |
fbbf9b3b | 34 | *** New skeletons. [] |
416bd7a9 | 35 | |
c111e171 | 36 | * src/macrotab.[ch] |
31b53af2 | 37 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
38 | |
39 | * src/print_graph.c | |
31b53af2 | 40 | Find the best graph parameters. [] |
63c2d5de MA |
41 | |
42 | * doc/bison.texinfo | |
1a4648ff | 43 | ** Update |
c3a8cbaa | 44 | informations about ERROR_VERBOSE. [] |
1a4648ff | 45 | ** Add explainations about |
c3a8cbaa MA |
46 | skeleton muscles. [] |
47 | %skeleton. [] | |
eeeb962b MA |
48 | |
49 | * testsuite. | |
fbbf9b3b | 50 | ** tests/reduce.at [ok] |
c3a8cbaa MA |
51 | ** tests/pure-parser.at [] |
52 | New tests. |