Look at the next token

Used by generated parsers

Property definitions

nitcc_runtime $ Parser :: peek_token
	# Look at the next token
	# Used by generated parsers
	fun peek_token: NToken do return tokens.first
lib/nitcc_runtime/nitcc_runtime.nit:26,2--28,46