The goto value of the parser at row i, column j-1

Note that the length of the row r is stored at (r, 0)

Property definitions

nitc $ TablesCapable :: parser_goto
	# The goto value of the parser at row i, column j-1
	# Note that the length of the row r is stored at (r, 0)
	fun parser_goto(i, j: Int): Int is extern "parser_goto"
src/parser/tables.nit:27,2--29,56