class Sass::Script::Parser

def literal

def literal
  (t = try_tok(:color, :bool, :null)) && (return t.value)
end