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