module AST
    class BitwiseXor < BitwiseOperator
      def self.symbol
        :"^"
      end