class Rufo::Parser

def compile_error(msg)

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