Parent of the node in the AST

Property definitions

nitc $ ANode :: parent
	# Parent of the node in the AST
	var parent: nullable ANode = null
src/parser/parser_nodes.nit:60,2--61,34