]> git.saurik.com Git - bison.git/blob - TODO
Update.
[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 ** Synchronize `#line' directive with user file.
13
14 * src/getargs.c src/lex.c
15 ** Synchronize percent and command line options.
16
17 * src/macrotab.[ch]
18 ** Removing warnings when compiling. (gcc-warnings) [ok].
19 ** s/macro/muscle/
20
21 * src/print_graph.c
22 ** Find the best graph parameters.
23
24 * doc/bison.texinfo
25 ** Echo modifications of prologue and epilogue.
26
27 * tests/
28 ** Repair Bison to success tests.