summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-08-04 17:15:43 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-09-27 11:58:27 +0200
commitf4d33ff4b4aca9b89c28a3ded1d77657604c50b2 (patch)
treebc44bb3a2f4526b041baf25aa7b0d7543d459bba /TODO
parent683040b324465423e613b9caecb122898bc77749 (diff)
downloadbison-f4d33ff4b4aca9b89c28a3ded1d77657604c50b2.tar.gz
yacc.c: also count calls to YYERROR in yynerrs
* data/skeletons/yacc.c: here.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5dfff22f..8d6de590 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
* Soon
+** YYERROR and yynerrs
+We are missing some cases. Write a test case, and check all the skeletons.
+
** gnulib
Bruno notes: