Next: Pull Parser Function, Previous: Parser Function, Up: Interface
yypush_parse
(The current push parsing interface is experimental and may evolve. More user feedback will help to stabilize it.)
You call the function yypush_parse
to parse a single token. This
function is available if either the %define api.push_pull "push"
or
%define api.push_pull "both"
declaration is used.
See A Push Parser.