]> 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 *** Useful for %no_parser.
10 **** New skeleton.
11 ** Cleanup dirty CPP-out code.
12 ** s/definitions/prologue/ s/user_code/epilogue/ [ok].
13 ** s/macro/muscle/
14 ** Synchronize `#line' directive with user file.
15
16 * src/getargs.c src/lex.c
17 ** Synchronize percent and command line options.
18
19 * src/macrotab.[ch]
20 ** Removing warnings when compiling. (gcc-warnings) [ok].
21 ** s/macro/muscle/
22
23 * src/print_graph.c
24 ** Find the best graph parameters.
25
26 * doc/bison.texinfo
27 ** Echo modifications of prologue and epilogue.
28 ** Add informations about YYERROR_VERBOSE.
29 ** Add explainations about skeleton muscles.
30 ** Add explainations about %skeleton.
31
32 * tests/
33 ** Repair Bison to success tests. [ok]
34