class Sass::Script::Parser

def raw

def raw
  return special_fun unless tok = try_tok(:raw)
  node(Script::String.new(tok.value))
end