]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
4 | ** Complete parse_skel_decl () with parse_dquoted_param (). | |
01ed3db5 | 5 | ** Check and cleanup for CPP-out code. |
416bd7a9 MA |
6 | |
7 | * src/output.c | |
8 | ** Output sub-skeleton files. | |
4134cae3 MA |
9 | *** Useful for %no_parser. |
10 | **** New skeleton. | |
c111e171 | 11 | ** Cleanup dirty CPP-out code. |
63c2d5de | 12 | ** s/definitions/prologue/ s/user_code/epilogue/ [ok]. |
675bc4e9 | 13 | ** s/macro/muscle/ |
7a999fcb | 14 | ** Synchronize `#line' directive with user file. |
416bd7a9 | 15 | |
c111e171 MA |
16 | * src/getargs.c src/lex.c |
17 | ** Synchronize percent and command line options. | |
18 | ||
19 | * src/macrotab.[ch] | |
675bc4e9 MA |
20 | ** Removing warnings when compiling. (gcc-warnings) [ok]. |
21 | ** s/macro/muscle/ | |
c111e171 MA |
22 | |
23 | * src/print_graph.c | |
63c2d5de MA |
24 | ** Find the best graph parameters. |
25 | ||
26 | * doc/bison.texinfo | |
6b7d911c | 27 | ** Echo modifications of prologue and epilogue. |
087c8fda | 28 | ** Add informations about YYERROR_VERBOSE. |
53cdf751 MA |
29 | ** Add explainations about skeleton muscles. |
30 | ** Add explainations about %skeleton. | |
6b7d911c MA |
31 | |
32 | * tests/ | |
4134cae3 MA |
33 | ** Repair Bison to success tests. [ok] |
34 |