bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Bob Rossi
Subject: Re: push parser
Date: Mon, 18 Dec 2006 15:11:41 -0500
User-agent: Mutt/1.5.12-2006-07-14

On Mon, Dec 18, 2006 at 03:04:42PM -0500, Joel E. Denny wrote:
> > When I apply your patch, I get in gdbmi_grammer.tab.h this prototype,
> >   int gdbmi_push_parse (gdbmi_pstate *yyps);
> > this no longer allows me to work with the push parser they way I used
> > to.
> 
> The impure interface uses global variables for communication with the 
> scanner: yychar, yylloc, and yylval.  If you want the pure interface, you 
> must declare %pure-parser.

O, Ok. It works now.

Bob Rossi




reply via email to

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