On Tue, 7 Jun 2005, Michel Rosien wrote:
> Thanks for the reply
You're welcome.
>
> > If it's not possible, and you only call 'yyparse()' once,
> > then I think you might as well use a globally or statically declared
> > pointer to point to the object referenced by your parameter.
>
> This is wh
OTECTED]>
To: "Michel Rosien" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, June 07, 2005 12:06 PM
Subject: Re: Additional Parameter to %merge function in glr-parsers
On Mon, 6 Jun 2005, Michel Rosien wrote:
Is it possible to pass an additional parameter to the %merge function in
glr-
On Mon, 6 Jun 2005, Michel Rosien wrote:
> Is it possible to pass an additional parameter to the %merge function in
> glr-parsers?
I don't know, and I didn't find anything in the documentation that
addresses this question.
> I can pass an additional parameter to the yyparse function with %parse
Hello,
Is it possible to pass an additional parameter to the %merge function in
glr-parsers?
I can pass an additional parameter to the yyparse function with %parse-param
{...}
(bison 2.0 documentation, page 63, 107)
How can I pass that same argument to the %merge function? (bison 2.0
documenta