Stack of pushed states and productions

Property definitions

nitc $ Parser :: stack
	# Stack of pushed states and productions
	private var stack = new Array[State]
src/parser/parser_work.nit:35,2--36,37