└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Swift Macro Examples 2 | 3 | Macros have landed in [Swift 5.9](https://www.swift.org/blog/swift-5.9-released/#macros). As they 4 | are no longer experimental, these examples have been migrated to 5 | [swift-syntax](https://github.com/apple/swift-syntax/tree/main/Examples), where they tested as part 6 | of the continuous integration of Swift. 7 | --------------------------------------------------------------------------------