The current state

Property definitions

nitc $ Parser :: state
	# The current state
	private fun state: Int
	do
		return _stack[_stack_pos]._state
	end
src/parser/parser_work.nit:84,2--88,4