summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-12-06 13:38:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-12-06 13:54:45 +0100
commitd4188398f15131f48e6ec7df2121dcdbb20633b9 (patch)
tree6001e50da994e652b11fd00ce6ff0023f36685c4 /TODO
parent8ab625e517129e5d91f992c5fbd0fc085ee55c82 (diff)
downloadbison-d4188398f15131f48e6ec7df2121dcdbb20633b9.tar.gz
glr.c: fix line numbers in logs
* data/skeletons/glr.c (yyglrReduce): Fix line numbers. * tests/glr-regression.at: Fix expectations.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 875de655..a7dc19c2 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
* Soon
+** glr
+There is no test with "Parse on stack %ld rejected by rule %d" in it.
+
+** yyrline etc.
+Clarify that rule numbers in the skeletons are 1-based.
+
** Macros in C++
There are many macros that should obey api.prefix: YY_CPLUSPLUS, YY_MOVE,
etc.