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

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

Property definitions

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