]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
e83d80b8 | 4 | Check and cleanup for CPP-out code. [ok] |
416bd7a9 MA |
5 | |
6 | * src/output.c | |
e83d80b8 | 7 | Check and cleanup for CPP-out code. [ok] |
c3995d99 | 8 | ** %%input-line is not correct at this time. [ok] |
e83d80b8 | 9 | Rely with bison.simple. |
31b53af2 | 10 | |
fbbf9b3b | 11 | * Broken options ?. |
c3995d99 | 12 | ** %no-lines [ok] |
04a76783 | 13 | ** %no-parser [] |
fbbf9b3b | 14 | ** %pure-parser [] |
04a76783 MA |
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 [] | |
ec93a213 | 23 | |
fbbf9b3b | 24 | ** Skeleton strategy. [] |
c3a8cbaa MA |
25 | Must we keep %no-parser? |
26 | %token-table? | |
fbbf9b3b | 27 | *** New skeletons. [] |
416bd7a9 | 28 | |
c111e171 | 29 | * src/macrotab.[ch] |
31b53af2 | 30 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
31 | |
32 | * src/print_graph.c | |
31b53af2 | 33 | Find the best graph parameters. [] |
63c2d5de MA |
34 | |
35 | * doc/bison.texinfo | |
c3a8cbaa MA |
36 | ** Update |
37 | informations about ERROR_VERBOSE. [] | |
38 | ** Add explainations about | |
39 | skeleton muscles. [] | |
40 | %skeleton. [] | |
eeeb962b MA |
41 | |
42 | * testsuite. | |
fbbf9b3b | 43 | ** tests/reduce.at [ok] |
c3a8cbaa MA |
44 | ** tests/pure-parser.at [] |
45 | New tests. |