summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-02-02 07:28:22 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-02-09 07:05:08 +0100
commit2d1d2f87f9550c1d575ee1832b462c7a6abc08f1 (patch)
tree5f0e7188c98db792ce1744cb9a75dc6838e93c30 /TODO
parentf50fff58d10a029799fd9d62b1a52fb98119b6ee (diff)
downloadbison-2d1d2f87f9550c1d575ee1832b462c7a6abc08f1.tar.gz
doc: printing locations
Document YYLOCATION_PRINT. * doc/bison.texi (Printing Locations): New node.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9e8dc183..a07e22e3 100644
--- a/TODO
+++ b/TODO
@@ -21,10 +21,6 @@ The current approach is correct, but with poor performances. Bitsets need
to support 'assign' and 'shift'. And instead of extending POS_SET just for
the out-of-range new values, we need something like doubling the size.
-** YY_LOCATION_PRINT
-This is an internal detail. But it's very handy, we should make it public.
-It already has leaked in the documentation by accident.
-
** glr
There is no test with "Parse on stack %ld rejected by rule %d" in it.