Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
lexer_work
Lexer
token=
protected
fun
token=
(token: nullable
Token
)
nitc
::
Lexer
::
token=
Doc
Linearization
Summary
Last peeked token
Last peeked token
Summary
Property definitions
nitc$Lexer$token=
Property definitions
nitc
$
Lexer
::
token=
# Last peeked token
var
token
:
nullable
Token
=
null
src/parser/lexer_work.nit:84,2--85,33