class SyntaxTree::Const

def ===(other)

def ===(other)
  other.is_a?(Const) && value === other.value
end