]> git.saurik.com Git - bison.git/blob - TODO
* src/closure.c (closure): Use nrules instead of playing tricks
[bison.git] / TODO
1 -*- outline -*-
2
3 * src/reader.c
4 Check and cleanup for CPP-out code. [ok]
5
6 * src/output.c
7 Check and cleanup for CPP-out code. [ok]
8 ** %%input-line is not correct at this time. [ok]
9 Rely with bison.simple.
10
11 * Broken options ?.
12 ** %no-lines [ok]
13 ** %no-parser []
14 ** %pure-parser []
15 ** %semantic-parser []
16 ** %token-table []
17 ** Options which could use parse_dquoted_param ().
18 Maybe transfered in lex.c.
19 *** %skeleton [ok]
20 *** %output []
21 *** %file-prefix []
22 *** %name-prefix []
23
24 ** Skeleton strategy. []
25 Must we keep %no-parser?
26 %token-table?
27 *** New skeletons. []
28
29 * src/macrotab.[ch]
30 Removing warnings when compiling. (gcc-warnings). [ok]
31
32 * src/print_graph.c
33 Find the best graph parameters. []
34
35 * doc/bison.texinfo
36 ** Update
37 informations about ERROR_VERBOSE. []
38 ** Add explainations about
39 skeleton muscles. []
40 %skeleton. []
41
42 * testsuite.
43 ** tests/reduce.at [ok]
44 ** tests/pure-parser.at []
45 New tests.