Next: Parser Create Function, Previous: Push Parser Function, Up: Interface [Contents][Index]
yypull_parseYou call the function yypull_parse to parse the rest of the input
stream. This function is available if the ‘%define api.push-pull both’
declaration is used.
See A Push Parser.
yypstate *yyps)The value returned by yypull_parse is the same as for yyparse.
The parser instance yyps may be reused for new parses.