Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DougGregor/swift-macro-examples
Example macros for the Swift macros effort
https://github.com/DougGregor/swift-macro-examples
Last synced: 4 months ago
JSON representation
Example macros for the Swift macros effort
- Host: GitHub
- URL: https://github.com/DougGregor/swift-macro-examples
- Owner: DougGregor
- Created: 2022-12-13T23:57:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T22:16:54.000Z (over 1 year ago)
- Last Synced: 2024-10-28T21:03:22.569Z (4 months ago)
- Size: 104 KB
- Stars: 501
- Watchers: 14
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Macro Examples
Macros have landed in [Swift 5.9](https://www.swift.org/blog/swift-5.9-released/#macros). As they
are no longer experimental, these examples have been migrated to
[swift-syntax](https://github.com/apple/swift-syntax/tree/main/Examples), where they tested as part
of the continuous integration of Swift.