nitc :: TablesCapable :: parser_action
Note that the length of the row r is stored at (r, 0)
# The action 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_action(i, j: Int): Int is extern "parser_action"
src/parser/tables.nit:31,2--33,60