This commit is contained in:
Marc Autret
2001-12-10 22:56:40 +00:00
parent 971d51580b
commit fbbf9b3bb9

20
TODO
View File

@@ -1,16 +1,15 @@
-*- outline -*- -*- outline -*-
* src/reader.c * src/reader.c
Complete parse_skel_decl () with parse_dquoted_param (). [ok]
Check and cleanup for CPP-out code. [] Check and cleanup for CPP-out code. []
* src/output.c * src/output.c
Remove %%verbose which is useless. [ok] Check and cleanup for CPP-out code. []
* Broken options. * Broken options ?.
** %no-lines [] ** %no-lines []
** %no-parser [] ** %no-parser []
** %pure-parser ? [] ** %pure-parser []
** %semantic-parser [] ** %semantic-parser []
** %token-table [] ** %token-table []
** Options which could use parse_dquoted_param (). ** Options which could use parse_dquoted_param ().
@@ -20,10 +19,9 @@ Maybe transfered in lex.c.
*** %file-prefix [] *** %file-prefix []
*** %name-prefix [] *** %name-prefix []
Cleanup dirty CPP-out code. [] ** Skeleton strategy. []
** Output sub-skeleton files. []
Useful for %no_parser. [] Useful for %no_parser. []
*** New skeleton. [] *** New skeletons. []
* src/macrotab.[ch] * src/macrotab.[ch]
Removing warnings when compiling. (gcc-warnings). [ok] Removing warnings when compiling. (gcc-warnings). [ok]
@@ -37,10 +35,4 @@ Add explainations about skeleton muscles. []
Add explainations about %skeleton. [] Add explainations about %skeleton. []
* testsuite. * testsuite.
** tests/reduce.at [] ** tests/reduce.at [ok]
** tests/calc.at
Remove --yyerror-verbose. [ok]
** tests/torture.at
Remove --yyerror-verbose. [ok]
** tests/calc.at
Test --error-verbose. [ok]