The first token of the production in the AST

Computed by parentize_tokens

Property definitions

nitc :: astutil $ Prod :: first_token=
	# The first token of the production in the AST
	# Computed by `parentize_tokens`
	var first_token: nullable Token = null
src/astutil.nit:38,2--40,39