nitcc_runtime :: Parser :: goto
goto
Used by generated parsers
# After a reduction on `goto` go to the next state # Used by generated parsers fun goto(goto: LRGoto) do #print "reduce from {state} -> {prod}" state.goto(self, goto) end