]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
31b53af2 MA |
4 | Complete parse_skel_decl () with parse_dquoted_param (). [] |
5 | Check and cleanup for CPP-out code. [] | |
416bd7a9 MA |
6 | |
7 | * src/output.c | |
31b53af2 MA |
8 | Synchronize `#line' directive with user file. [] |
9 | ------------------------------------------------------------------- | |
10 | In the bison source: | |
11 | %define linef "#line %d %s" | |
12 | ||
13 | In output.c: | |
14 | if (macro_find ("linef")) | |
15 | obstack_fgrow2 (&table_obstack, macro_find ("linef"), | |
16 | line, filename); | |
17 | ------------------------------------------------------------------- | |
18 | ||
19 | Cleanup dirty CPP-out code. [] | |
714720fc | 20 | ** Output sub-skeleton files. [] |
31b53af2 MA |
21 | Useful for %no_parser. [] |
22 | *** New skeleton. [] | |
416bd7a9 | 23 | |
c111e171 | 24 | * src/getargs.c src/lex.c |
31b53af2 | 25 | Synchronize percent and command line options. [ok] |
c111e171 MA |
26 | |
27 | * src/macrotab.[ch] | |
31b53af2 | 28 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
29 | |
30 | * src/print_graph.c | |
31b53af2 | 31 | Find the best graph parameters. [] |
63c2d5de MA |
32 | |
33 | * doc/bison.texinfo | |
31b53af2 MA |
34 | Echo modifications of prologue and epilogue. [] |
35 | Add informations about YYERROR_VERBOSE. [] | |
36 | Add explainations about skeleton muscles. [] | |
37 | Add explainations about %skeleton. [] |