summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-19 09:16:00 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-19 09:19:07 +0200
commita70e75b8a41755ab96ab211a0ea111ac68a4aadd (patch)
tree10f1f953eda37301d99c7d10e482eddf82ebbc7a /TODO
parent3afa9757da056e2dc2abf56b0abb7b4276c030d7 (diff)
downloadbison-a70e75b8a41755ab96ab211a0ea111ac68a4aadd.tar.gz
examples: don't demonstrate multistart, which is not part of 3.8
Besides, for mysterious reasons, this fails on some environment. Reported by Dagobert Michelsen. <https://lists.gnu.org/archive/html/bug-bison/2021-08/msg00008.html> * examples/c/lexcalc/lexcalc.test, examples/c/lexcalc/parse.y, * examples/c/lexcalc/scan.l: Revert to a single-start example.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2e6e7d5a..4ef16d8d 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-* 3.8
-Don't showcase multi start.
-
* Soon
** scan-code
The default case is scanning char-per-char.