mirror of
https://github.com/apple/swift-syntax.git
synced 2025-05-13 16:33:18 +08:00
SwiftParserCLI
This directory contains the source files of the swift-parser-cli
program.
You can build swift-parser-cli
by checking out swift-syntax
and running
swift build --package-path SwiftParserCLI
or entering this directory and running
swift build
You can also open the SwiftParserCLI
package and building the swift-parser-cli
target in Xcode.