The next token in the Lexer.

May have disappeared in the AST

Property definitions

nitc $ Token :: next_token=
	# The next token in the Lexer.
	# May have disappeared in the AST
	var next_token: nullable Token = null
src/parser/parser_nodes.nit:360,2--362,38