1
0
mirror of https://github.com/apple/swift-syntax.git synced 2025-05-13 16:33:18 +08:00
2025-03-06 16:05:46 -08:00
..
2023-10-10 22:57:45 +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.