The first AST token.

This only work on the first_real_token_in_line

Property definitions

nitc :: astutil $ Token :: first_ast_token
	# The first AST token.
	# This only work on the `first_real_token_in_line`
	private var first_ast_token: nullable Token
src/astutil.nit:154,2--156,44