The previous token in the Lexer.

May have disappeared in the AST

Property definitions

nitc $ Token :: _prev_token
	# The previous token in the Lexer.
	# May have disappeared in the AST
	var prev_token: nullable Token = null
src/parser/parser_nodes.nit:356,2--358,38