Hello,
I am using the %parse-param option of bison to pass
additional parameters to the parse function.
I pass a pointer to an instance of a class which
holds the parser environment
(because i'm using %pure-parser)
I am also using the %glr-parser option and I use
%merge to merge the par
Hello,
I have read the "Conditions for Using Bison" on
page 3 of the Bison 2.0 documentation.
The first lines say:
As of Bison version 1.24, we have changed the
distribution terms for yyparse to permit using Bison's output in nonfree
programs when Bison is generating C code for LALR(1) p
documentation, page 19)
Regards,
Michel Rosien
___
Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison
ive call of yyparse(). But to me it seems this is a very big
work-arround that shouldn't be necessary.
Could it be a good idea to extend yyUserMerge to allow for an extra
parameter?
Regards,
Michel Rosien
- Original Message -
From: "Laurence Finston" <[EMAIL PR