All the partially built tree during parsing (aka the node_stack)

Property definitions

nitcc_runtime $ NError :: error_tree
	# All the partially built tree during parsing (aka the node_stack)
	var error_tree = new Nodes[Node]
lib/nitcc_runtime/nitcc_runtime.nit:504,2--505,33