>>> "Bob" == Bob Rossi <[EMAIL PROTECTED]> 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.
