case token.AND_NOT:
        switch x.(type) {
        case int:
            return x.(int) &^ y.(int)
        case int8: