]> git.saurik.com Git - bison.git/blame_incremental - TODO
* tests/calc.at: Catch up with 1.30.
[bison.git] / TODO
... / ...
CommitLineData
1-*- outline -*-
2
3* src/reader.c
4Complete parse_skel_decl () with parse_dquoted_param (). []
5Check and cleanup for CPP-out code. []
6
7* src/output.c
8Synchronize `#line' directive with user file. [ok]
9
10Cleanup dirty CPP-out code. []
11** Output sub-skeleton files. []
12Useful for %no_parser. []
13*** New skeleton. []
14
15* src/getargs.c src/lex.c
16Synchronize percent and command line options. [ok]
17
18* src/macrotab.[ch]
19Removing warnings when compiling. (gcc-warnings). [ok]
20
21* src/print_graph.c
22Find the best graph parameters. []
23
24* doc/bison.texinfo
25Echo modifications of prologue and epilogue. []
26Add informations about YYERROR_VERBOSE. []
27Add explainations about skeleton muscles. []
28Add explainations about %skeleton. []