summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-10 16:37:47 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-10 17:12:50 +0100
commit6833b1be476ea67e7a452028b071028c79d822d5 (patch)
tree3a27685d44910fd4a16bec59f5e01233bd80ad58 /TODO
parent4aa731d110111ae658ea632322e46c1a3f475946 (diff)
downloadbison-6833b1be476ea67e7a452028b071028c79d822d5.tar.gz
glr2.cc: add support for api.token.constructor
* data/skeletons/glr2.cc: Add support for api.token.constructor. * examples/c++/glr/c++-types.yy: Use it. * examples/c++/glr/c++-types.test: Adjust expectations for error messages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 33501acf..0fae0db5 100644
--- a/TODO
+++ b/TODO
@@ -28,11 +28,6 @@ Discourage the use of YYDEBUG in C++ (see thread with Jot). Stop supporting
Add value_type as a synonym for semantic_type.
-** Asymmetries
-Why are yylval and yylloc treated differently?
-
- yystack.yyglrShift (create_state_set_index(0), 0, 0, yylval, &yylloc);
-
** yyerrok in Java
And add tests in calc.at, to prepare work for D.