The last token of the production in the AST

Computed by parentize_tokens

Property definitions

nitc :: astutil $ Prod :: last_token
	# The last token of the production in the AST
	# Computed by `parentize_tokens`
	var last_token: nullable Token = null
src/astutil.nit:42,2--44,38