mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
java: promote YYEOF rather that Lexer.EOF
* doc/bison.texi: here. * data/skeletons/lalr1.java: Use YYEOF.
This commit is contained in:
@@ -13208,7 +13208,7 @@ with a scanner: the scanner may be defined by @code{%code lexer}, or
|
||||
defined elsewhere. In either case, the scanner has to implement the
|
||||
@code{Lexer} inner interface of the parser class. This interface also
|
||||
contain constants for all user-defined token names and the predefined
|
||||
@code{EOF} token.
|
||||
@code{YYEOF} token.
|
||||
|
||||
In the first case, the body of the scanner class is placed in
|
||||
@code{%code lexer} blocks. If you want to pass parameters from the
|
||||
|
||||
Reference in New Issue
Block a user