bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

yypush_parse not fully defined


From: Arthur Schwarz
Subject: yypush_parse not fully defined
Date: Sat, 14 Dec 2013 09:49:56 -0800 (PST)


Section 3.7.11 page 81
    status = yypush_parse (ps, yylex (), NULL);

Section 4.2 page 98

int yypush_parse (yypstate *yyps) [Function]
The value returned by yypush_parse is the same as for yyparse with the following
exception: it returns YYPUSH_MORE if more input is required to finish parsing 
the
grammar.

Two issues:
1: There is no prototype description for the page 81 calling sequence.
2: There is no cross-reference to yyparse for return values or yypstate for 
input arguments.

Either the page 81 calling sequence is wrong and needs to be corrected or the 
page 98 prototype description is wrong and needs to be corrected.

Any chance you can e-mail me the correct version?

art




reply via email to

[Prev in Thread] Current Thread [Next in Thread]