Files
bison/data/skeletons
Akim Demaille 855d46678a glr2.cc: make yyparse a member function
Amusingly enough, glr2.cc still had its core function, yyparse, being
a free function instead of a member function.

* data/skeletons/glr2.cc (yyparse): Remove this free function called
from yyparser::parse.  Inline its body into...
(yyparser::parse): this member function.
This requires moving a bit the yychar, etc. macros.
Access to token can be simplified (the
b4_namespace_ref::b4_parser_class prefix is no longer needed).
2020-12-14 06:33:22 +01:00
..
2020-11-13 07:01:19 +01:00
2020-05-21 20:14:59 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-12-03 06:19:17 +01:00
2020-01-10 19:16:23 +01:00
2020-12-06 13:54:45 +01:00
2020-12-05 07:36:01 +01:00
2020-01-10 19:16:23 +01:00
2020-12-03 06:19:17 +01:00
2020-11-13 07:01:19 +01:00
2020-04-13 16:49:54 +02:00
2020-11-13 07:01:19 +01:00
2020-11-13 07:01:19 +01:00