summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-11 17:41:27 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-11 18:01:12 +0200
commitc2ba260487927a4cdf061fae10fdd1b387ca3d95 (patch)
treee445a38751b42239905b537cdded5af1d8993de3 /TODO
parente4e3cbce774af6c407e5cb699a8227ef213d54a1 (diff)
downloadbison-c2ba260487927a4cdf061fae10fdd1b387ca3d95.tar.gz
glr.c: fix signature when using custom error messages
Reported by Tom Shields <thomas.evans.shields@icloud.com>. * data/skeletons/glr.c (yypcontext_location): Fix return type. * tests/calc.at: Check the case pure, location, custom error messages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index d9277255..de240dda 100644
--- a/TODO
+++ b/TODO
@@ -185,6 +185,8 @@ Line -1 and -3 should mention CATEGORIE, not CATEGORY.
* Bison 3.8
** Rewrite glr.cc (currently glr2.cc)
+*** custom error messages
+
*** Remove jumps
We can probably replace setjmp/longjmp with exceptions. That would help
tremendously other languages such as D and Java that probably have no