Visit the AST and computes advanced AST attributes on Tokens and Prod

This also force a parent on the detashed tokens

Property definitions

nitc :: astutil $ ANode :: parentize_tokens
	# Visit the AST and computes advanced AST attributes on Tokens and Prod
	# This also force a parent on the detashed tokens
	fun parentize_tokens
	do
		var v = new PTokenVisitor
		v.work(self)
	end
src/astutil.nit:28,2--34,4