https://github.com/zeionara/swim
Swift macros playground
https://github.com/zeionara/swim
Last synced: 3 months ago
JSON representation
Swift macros playground
- Host: GitHub
- URL: https://github.com/zeionara/swim
- Owner: zeionara
- License: apache-2.0
- Created: 2023-06-08T15:09:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T00:20:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T07:46:14.082Z (5 months ago)
- Language: Swift
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swim
![]()
Swim - this repo is a **swift macros playground**, namely, it contains results of experiments with **macros**, which were added in swift 5.9.
## Running the code
To run the experiments execute the following command:
```sh
swift run
```