More TODO.

* TODO: More short term issues.
This commit is contained in:
Akim Demaille
2008-11-18 14:35:21 +01:00
parent e3dda35c52
commit 1e03480793
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-11-18 Akim Demaille <demaille@gostai.com>
More TODO.
* TODO: More short term issues.
2008-11-18 Akim Demaille <demaille@gostai.com>
Regen.

14
TODO
View File

@@ -1,6 +1,20 @@
-*- outline -*-
* Short term
** Use b4_symbol in all the skeleton
Then remove the older system, including the tables generated by
output.c
** Update the documentation on gnu.org
** Get rid of fake #lines [Bison: ...]
Possibly as simple as checking whether the column number is nonnegative.
I have seen messages like the following from GCC.
<built-in>:0: fatal error: opening dependency file .deps/libltdl/argz.Tpo: No such file or directory
** Document %define assert
** Discuss about %printer/%destroy in the case of C++.