help-bison
[Top][All Lists]
Advanced

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

Re: pure bison and YYPARSE_PARAM


From: wim delvaux
Subject: Re: pure bison and YYPARSE_PARAM
Date: Mon, 26 Jan 2004 16:31:11 +0100
User-agent: KMail/1.5.4

> In newer bison, use
>
>   %parse-param {my_parse_context_t* my_parse_context}
>   %lex-param   {my_lex_context_t* my_lex_context}
>
> (one such entry per parameter to pass).
> [[Info Nodes: {Parser Function}, {Pure Calling}]]

        These options are not documented in my bison.info file for 1.875.
        I searched for lex-param (with /) or looked at the index.

        Which documentation are you referring to ?





reply via email to

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