help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Additional Parameter to a Push and Pure Parser


From: Joel E. Denny
Subject: Re: Additional Parameter to a Push and Pure Parser
Date: Sat, 16 Apr 2011 11:57:22 -0400 (EDT)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Sat, 16 Apr 2011, Flavius Aspra wrote:

> How can I pass one aditional parameter (not the token minor of type YYSTYPE)
> to the yypush_parse() function?

See %parse-param in the Bison manual.

> YYPARSE_PARAM

As documented in the Bison manual, YYPARSE_PARAM is obsolete.  Don't use 
it if you want your grammar file to be compatible with future releases of 
Bison.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]