The specific children got by its index

Used to implement children by generated parsers

Property definitions

nitcc_runtime $ NProd :: child
	# The specific children got by its index
	# Used to implement `children` by generated parsers
	fun child(x: Int): nullable Node is abstract
lib/nitcc_runtime/nitcc_runtime.nit:563,2--565,45