]> git.saurik.com Git - bison.git/blobdiff - TODO
More TODO.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 8343bbb3aabd2712855b6e408d6066a2522cfbec..a9ec30838b565d201ad35ff8021a92f8e9c5a5ed 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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++.