class Sass::Script::Parser

def variable

def variable
  return string unless c = try_tok(:const)
  Variable.new(c.value)
end