The stack of states

Used by generated parsers

Property definitions

nitcc_runtime $ Parser :: state_stack
	# The stack of states
	# Used by generated parsers
	var state_stack = new Array[LRState]
lib/nitcc_runtime/nitcc_runtime.nit:115,2--117,37