bug-bison
[Top][All Lists]
Advanced

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

api.push-pull push inconsistently defined for Java


From: Arthur Schwarz
Subject: api.push-pull push inconsistently defined for Java
Date: Fri, 13 Dec 2013 17:38:50 -0800 (PST)

Section 10.2.1 page 172 

"Push parsers are currently unsupported in Java and %define api.push-pull have 
no
effect."

Section 10.2.7 page 177
"Normally, Bison generates a pull parser for Java. The following Bison 
declaration says that you want the parser to be a push parser (see Section 
3.7.13 [api.push-pull], page 86):

    %define api.push-pull push"

What interpretation is correct for Java?

And there is no indication that either push or pull parsers are available for 
C++. I assume that all languages have pull parsers (not stated in Section 
3.7.13) and that only C has a push parser (stated in Section 3.7.13). 




reply via email to

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