mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
api.prefix: strengthen the tests and fix push-parsers.
* tests/calc.at: Check api.prefix in addition to %name-prefix. * tests/headers.at: Check push parsers and pure interface. * tests/local.at: Use YYLTYPE renamed. * data/yacc.c (b4_declare_yyparse_push_): Handle api.prefix. * doc/bison.texi: Style changes.
This commit is contained in:
@@ -5790,9 +5790,9 @@ function is available if either the @code{%define api.push-pull push} or
|
||||
@xref{Push Decl, ,A Push Parser}.
|
||||
|
||||
@deftypefun int yypush_parse (yypstate *yyps)
|
||||
The value returned by @code{yypush_parse} is the same as for yyparse with the
|
||||
following exception. @code{yypush_parse} will return YYPUSH_MORE if more input
|
||||
is required to finish parsing the grammar.
|
||||
The value returned by @code{yypush_parse} is the same as for yyparse with
|
||||
the following exception: it returns @code{YYPUSH_MORE} if more input is
|
||||
required to finish parsing the grammar.
|
||||
@end deftypefun
|
||||
|
||||
@node Pull Parser Function
|
||||
|
||||
Reference in New Issue
Block a user