summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-04 09:06:56 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-04 09:14:49 +0200
commit413d318940b4c12d37bd3ff5e728bae2f7a100f0 (patch)
treecbd1c12c61e2586ded7243eb1e96136e628edd28 /TODO
parentcb7bdc251dafd808d93abcda8c430e40786b5007 (diff)
downloadbison-413d318940b4c12d37bd3ff5e728bae2f7a100f0.tar.gz
doc: glr: document typed mergers
See <https://lists.gnu.org/r/help-bison/2020-12/msg00016.html>. * doc/bison.texi (Merging GLR Parses): document typed mergers. And avoid #define YYSTYPE.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 52c595dd..2e66eeec 100644
--- a/TODO
+++ b/TODO
@@ -28,15 +28,6 @@ the out-of-range new values, we need something like doubling the size.
** glr
There is no test with "Parse on stack %ld rejected by rule %d" in it.
-** %merge
-Tests with typed %merge: 716 717 718 740 741 742 746 747 748
-
-716: Duplicate representation of merged trees: glr.c FAILED (glr-regression.at:517)
-740: Leaked semantic values if user action cuts parse: glr.c FAILED (glr-regression.at:1230)
-746: Incorrect lookahead during nondeterministic GLR: glr.c FAILED (glr-regression.at:1610)
-
-Document typed merges.
-
** yyrline etc.
Clarify that rule numbers in the skeletons are 1-based.