yystate_new(The current push parsing interface is experimental and may evolve. More user feedback will help to stabilize it.)
You call the function yypstate_new to create a new parser instance.
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.