summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-12-26 11:43:50 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-12-26 14:26:23 +0100
commit92dc8bf23b09c2291fb560fa3e1806c968d87a5f (patch)
tree2c1dbe05ac97a80c6b0a404b3354c1da21dcb669 /TODO
parentc18dbfcb06d8c61a0554ba7cfd54c70f5feff18a (diff)
downloadbison-92dc8bf23b09c2291fb560fa3e1806c968d87a5f.tar.gz
style: use yyval only, not yysval
* data/skeletons/glr.c, data/skeletons/glr2.cc: Use yyval, as in the other skeletons.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index db73ace8..f88a12d4 100644
--- a/TODO
+++ b/TODO
@@ -16,16 +16,10 @@ Discourage the use of YYDEBUG in C++ (see thread with Jot). Stop supporting
Add value_type as a synonym for semantic_type.
** Asymmetries
-In glr_state, we have yysval and yylloc. It should be yyval/yyloc (and
-yylval/yylloc when referring to the lookahead). glr.c should
-s/yysval/yyval/.
-
-Also
+Why are yylval and yylloc treated differently?
yystack.yyglrShift (create_state_set_index(0), 0, 0, yylval, &yylloc);
-Why are yylval and yylloc treated differently?
-
** yyerrok in Java
And add tests in calc.at, to prepare work for D.