class Rufo::Parser

def on_parse_error(msg)

def on_parse_error(msg)
  raise ::Rufo::SyntaxError.new(msg, lineno)
end