]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
1a4648ff AD |
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. | |
31b53af2 | 7 | |
fbbf9b3b | 8 | * Broken options ?. |
c3995d99 | 9 | ** %no-lines [ok] |
04a76783 | 10 | ** %no-parser [] |
fbbf9b3b | 11 | ** %pure-parser [] |
04a76783 MA |
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 [] | |
ec93a213 | 20 | |
fbbf9b3b | 21 | ** Skeleton strategy. [] |
c3a8cbaa MA |
22 | Must we keep %no-parser? |
23 | %token-table? | |
fbbf9b3b | 24 | *** New skeletons. [] |
416bd7a9 | 25 | |
c111e171 | 26 | * src/macrotab.[ch] |
31b53af2 | 27 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
28 | |
29 | * src/print_graph.c | |
31b53af2 | 30 | Find the best graph parameters. [] |
63c2d5de MA |
31 | |
32 | * doc/bison.texinfo | |
1a4648ff | 33 | ** Update |
c3a8cbaa | 34 | informations about ERROR_VERBOSE. [] |
1a4648ff | 35 | ** Add explainations about |
c3a8cbaa MA |
36 | skeleton muscles. [] |
37 | %skeleton. [] | |
eeeb962b MA |
38 | |
39 | * testsuite. | |
fbbf9b3b | 40 | ** tests/reduce.at [ok] |
c3a8cbaa MA |
41 | ** tests/pure-parser.at [] |
42 | New tests. |