bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Paul Eggert
Subject: Re: push parser
Date: Fri, 29 Sep 2006 17:55:08 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bob Rossi <address@hidden> writes:

> If we force the user to define that function, it add's an unnecessary 
> complication to the push parser. That is, the user is mostly likely 
> going to call yypushparse, and not care about yyparse at all. However,
> yyparse is the function causing the user to define the yypushlex
> function. What do you think I should do to resolve this?

Ah, sorry, I didn't understand this issue at all.

It sounds to me like the push parser shouldn't define yyparse.  That
way, the user shouldn't have to care about any lexer function.




reply via email to

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