]>
Commit | Line | Data |
---|---|---|
1 | -*- outline -*- | |
2 | ||
3 | * src/reader.c | |
4 | Check and cleanup for CPP-out code. [ok] | |
5 | ||
6 | * src/output.c | |
7 | Check and cleanup for CPP-out code. [ok] | |
8 | ** %%input-line is not correct at this time. | |
9 | Rely with bison.simple. | |
10 | ||
11 | * Broken options ?. | |
12 | ** %no-lines [] | |
13 | ** %no-parser [] | |
14 | ** %pure-parser [] | |
15 | ** %semantic-parser [] | |
16 | ** %token-table [] | |
17 | ** Options which could use parse_dquoted_param (). | |
18 | Maybe transfered in lex.c. | |
19 | *** %skeleton [ok] | |
20 | *** %output [] | |
21 | *** %file-prefix [] | |
22 | *** %name-prefix [] | |
23 | ||
24 | ** Skeleton strategy. [] | |
25 | Useful for %no_parser. [] | |
26 | *** New skeletons. [] | |
27 | ||
28 | * src/macrotab.[ch] | |
29 | Removing warnings when compiling. (gcc-warnings). [ok] | |
30 | ||
31 | * src/print_graph.c | |
32 | Find the best graph parameters. [] | |
33 | ||
34 | * doc/bison.texinfo | |
35 | Update informations about ERROR_VERBOSE. [] | |
36 | Add explainations about skeleton muscles. [] | |
37 | Add explainations about %skeleton. [] | |
38 | ||
39 | * testsuite. | |
40 | ** tests/reduce.at [ok] |