]> git.saurik.com Git - bison.git/blame_incremental - TODO
* src/reader.c (copy_definition, parse_union_decl): Update and use
[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. []
9-------------------------------------------------------------------
10In the bison source:
11%define linef "#line %d %s"
12
13In output.c:
14if (macro_find ("linef"))
15 obstack_fgrow2 (&table_obstack, macro_find ("linef"),
16 line, filename);
17-------------------------------------------------------------------
18
19Cleanup dirty CPP-out code. []
20** Output sub-skeleton files. []
21Useful for %no_parser. []
22*** New skeleton. []
23
24* src/getargs.c src/lex.c
25Synchronize percent and command line options. [ok]
26
27* src/macrotab.[ch]
28Removing warnings when compiling. (gcc-warnings). [ok]
29
30* src/print_graph.c
31Find the best graph parameters. []
32
33* doc/bison.texinfo
34Echo modifications of prologue and epilogue. []
35Add informations about YYERROR_VERBOSE. []
36Add explainations about skeleton muscles. []
37Add explainations about %skeleton. []