summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-07-22 12:36:51 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-07-22 21:17:07 +0200
commita34361a52a8efcf171170a6f02a2b4c173d33ff9 (patch)
treef6e020e1bf30d5150b8737ac915391b697a57703 /TODO
parent0294b13074674d33f3e8d8f57091b526b1693cbd (diff)
downloadbison-a34361a52a8efcf171170a6f02a2b4c173d33ff9.tar.gz
todo: update.
* TODO: obsolete items.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index cec18669..5b333e2e 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@
** Variable names.
What should we name `variant' and `lex_symbol'?
-** Update the documentation on gnu.org
-
** Get rid of fake #lines [Bison: ...]
Possibly as simple as checking whether the column number is nonnegative.
@@ -34,10 +32,6 @@ as lr0.cc, why upper case?
Enhance bench.pl with %b to run different bisons.
* Various
-** Warnings
-Warnings about type tags that are used in printer and dtors, but not
-for symbols?
-
** YYERRCODE
Defined to 256, but not used, not documented. Probably the token
number for the error token, which POSIX wants to be 256, but which