X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e3dda35c52a738c4fb2f51f7968ebaf084eb51f9..1e0348079323bc0dcf023e60873c976c77ece418:/TODO diff --git a/TODO b/TODO index 8343bbb3..a9ec3083 100644 --- 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. + +: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++.