Passing additional parameters to %merge function

2005-03-09 Thread Michel Rosien
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

Question about "Conditions for Using Bison" in Bison 2.0 documentation

2005-03-09 Thread Michel Rosien
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

Additional Parameter to %merge function in glr-parsers

2005-06-06 Thread Michel Rosien
documentation, page 19) Regards, Michel Rosien ___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Re: Additional Parameter to %merge function in glr-parsers

2005-06-07 Thread Michel Rosien
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