mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Create Swift libSyntax API This patch is an initial implementation of the Swift libSyntax API. It aims to provide all features of the C++ API but exposed to Swift. It currently resides in SwiftExperimental and will likely exist in a molten state for a while. * Only build SwiftSyntax on macOS
5 lines
154 B
Markdown
5 lines
154 B
Markdown
# SwiftLanguage
|
|
|
|
This is an in-progress implementation of a Swift API for the
|
|
[libSyntax](https://github.com/apple/swift/tree/master/lib/Syntax) library.
|