]> git.saurik.com Git - bison.git/blob - TODO
* src/output.c (prepare): Delete the `filename' muscule insertion.
[bison.git] / TODO
1 -*- outline -*-
2
3 * src/reader.c
4 ** Complete parse_skel_decl () with parse_dquoted_param ().
5 ** Check and cleanup for CPP-out code.
6
7 * src/output.c
8 ** Output sub-skeleton files.
9 ** Cleanup dirty CPP-out code.
10 ** s/definitions/prologue/ s/user_code/epilogue/ [ok].
11 ** s/macro/muscle/
12
13 * src/getargs.c src/lex.c
14 ** Synchronize percent and command line options.
15
16 * src/macrotab.[ch]
17 ** Removing warnings when compiling. (gcc-warnings) [ok].
18 ** s/macro/muscle/
19
20 * src/print_graph.c
21 ** Find the best graph parameters.
22
23 * doc/bison.texinfo
24 ** Echo modifications of prologue and epilogue.
25
26 * tests/
27 ** Repair Bison to success tests.