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