syntax.EOF
Show source codeHide source code
let pub EOF = -1
let pub EOF: Int
The value returned by Lexer.current
and Lexer.peek
to signal the end of
the input is reached.
let pub EOF = -1
let pub EOF: Int
The value returned by Lexer.current
and Lexer.peek
to signal the end of
the input is reached.