class Sass::Script::Parser

def variable

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