class Racc::Parser

def yyerror

This method does not call #on_error.
Enter error recovering mode.
def yyerror
  throw :racc_jump, 1
end