bison-patches
[Top][All Lists]
Advanced

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

Re: push parser implemenation


From: Akim Demaille
Subject: Re: push parser implemenation
Date: Thu, 14 Sep 2006 11:16:16 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

>>> "Bob" == Bob Rossi <address@hidden> writes:

 > 1. I've Added the %push-parser option
 >    push.c works in both push and pull mode. If you set the %push-parser 
 >    option, it will work in push mode, otherwise pull mode. Depending on the 
 >    mode, you will get a different yyparse function. It was mentioned
 >    that the pull parser could be implemented be using the push mode.
 >    Should I do this?

Can you detail why there is a need for this?  As I see things, push.c
will be renamed as yacc.c once mature, and it will have new entry
point, such as yypush().  And yyparse() is just a wrapper around yylex
and yypush.





reply via email to

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