]>
Commit | Line | Data |
---|---|---|
1 | -*- outline -*- | |
2 | ||
3 | * tokendefs | |
4 | This muscle should not exist: the information it contains should be | |
5 | available from the rest of bison. Once the information public, get | |
6 | rid 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 (). | |
15 | Maybe transfered in lex.c. | |
16 | *** %skeleton [ok] | |
17 | *** %output [] | |
18 | *** %file-prefix [] | |
19 | *** %name-prefix [] | |
20 | ||
21 | ** Skeleton strategy. [] | |
22 | Must we keep %no-parser? | |
23 | %token-table? | |
24 | *** New skeletons. [] | |
25 | ||
26 | * src/macrotab.[ch] | |
27 | Removing warnings when compiling. (gcc-warnings). [ok] | |
28 | ||
29 | * src/print_graph.c | |
30 | Find the best graph parameters. [] | |
31 | ||
32 | * doc/bison.texinfo | |
33 | ** Update | |
34 | informations about ERROR_VERBOSE. [] | |
35 | ** Add explainations about | |
36 | skeleton muscles. [] | |
37 | %skeleton. [] | |
38 | ||
39 | * testsuite. | |
40 | ** tests/reduce.at [ok] | |
41 | ** tests/pure-parser.at [] | |
42 | New tests. |