]> git.saurik.com Git - bison.git/blob - TODO
596bd1eec3efc0a16af58397f83b153389514d30
[bison.git] / TODO
1 -*- outline -*-
2
3 * src/reader.c
4 Check and cleanup for CPP-out code. []
5
6 * src/output.c
7 Check and cleanup for CPP-out code. []
8
9 * Broken options ?.
10 ** %no-lines []
11 ** %no-parser []
12 ** %pure-parser []
13 ** %semantic-parser []
14 ** %token-table []
15 ** Options which could use parse_dquoted_param ().
16 Maybe transfered in lex.c.
17 *** %skeleton [ok]
18 *** %output []
19 *** %file-prefix []
20 *** %name-prefix []
21
22 ** Skeleton strategy. []
23 Useful for %no_parser. []
24 *** New skeletons. []
25
26 * src/macrotab.[ch]
27 Removing warnings when compiling. (gcc-warnings). [ok]
28
29 * src/print_graph.c
30 Find the best graph parameters. []
31
32 * doc/bison.texinfo
33 Update informations about ERROR_VERBOSE. []
34 Add explainations about skeleton muscles. []
35 Add explainations about %skeleton. []
36
37 * testsuite.
38 ** tests/reduce.at [ok]