-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
279 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/// | ||
/// Copyright © 2020-2024 El Machine 🤖 | ||
/// https://el-machine.com/ | ||
/// | ||
/// Licensed under the Apache License, Version 2.0 (the "License"); | ||
/// you may not use this file except in compliance with the License. | ||
/// You may obtain a copy of the License at | ||
/// | ||
/// 1) .LICENSE | ||
/// 2) https://apache.org/licenses/LICENSE-2.0 | ||
/// | ||
/// Unless required by applicable law or agreed to in writing, software | ||
/// distributed under the License is distributed on an "AS IS" BASIS, | ||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
/// See the License for the specific language governing permissions and | ||
/// limitations under the License. | ||
/// | ||
/// Created by Alex Kozin | ||
/// 2020 El Machine | ||
|
||
///<#Any#> | ||
@inline(__always) | ||
postfix | ||
public | ||
func |<T>(object: T) -> String { | ||
String(describing: object) | ||
} | ||
|
||
//postfix | ||
//func | (value: Int) -> String { | ||
// String(format: "%u", value) | ||
//} | ||
// | ||
//@available(swift, introduced: 19.0, message: "_") | ||
//@inline(__always) | ||
//postfix | ||
//public | ||
//func | (value: Int) -> Character { | ||
// .init(value) | ||
//} | ||
// | ||
//@available(swift, introduced: 19.0, message: "_") | ||
//@inline(__always) | ||
//postfix | ||
//public | ||
//func | (value: Int8) -> Character { | ||
// .init(value) | ||
//} | ||
// | ||
//@available(swift, introduced: 19.0, message: "_") | ||
//@inline(__always) | ||
//postfix | ||
//public | ||
//func | (char: Character) -> Int { | ||
// char.hexDigitValue! | ||
//} | ||
// | ||
//@available(swift, introduced: 19.0, message: "_") | ||
//@inline(__always) | ||
//postfix | ||
//public | ||
//func | (char: Character) -> UInt8 { | ||
// UInt8(char.hexDigitValue!) | ||
//} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/// | ||
/// Copyright © 2020-2024 El Machine 🤖 | ||
/// https://el-machine.com/ | ||
/// | ||
/// Licensed under the Apache License, Version 2.0 (the "License"); | ||
/// you may not use this file except in compliance with the License. | ||
/// You may obtain a copy of the License at | ||
/// | ||
/// 1) .LICENSE | ||
/// 2) https://apache.org/licenses/LICENSE-2.0 | ||
/// | ||
/// Unless required by applicable law or agreed to in writing, software | ||
/// distributed under the License is distributed on an "AS IS" BASIS, | ||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
/// See the License for the specific language governing permissions and | ||
/// limitations under the License. | ||
/// | ||
/// Created by Alex Kozin | ||
/// 2020 El Machine | ||
|
||
import Foundation | ||
|
||
import Wand | ||
import XCTest | ||
|
||
class Wand_Tests: XCTestCase { | ||
|
||
func test|() throws { | ||
let char: Character = 0x7C| | ||
XCTAssertEqual("|", char) | ||
} | ||
|
||
func test_() throws { | ||
let char: Character = 0x5F| | ||
XCTAssertEqual("_", char) | ||
} | ||
|
||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ import XCTest | |
|
||
import Wand | ||
|
||
/// Test Unit | ||
/// Test unit | ||
//struct Unit { | ||
// | ||
//} | ||
|
15 changes: 0 additions & 15 deletions
15
Wand.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.