We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcca2e2 + 58db28e commit 62181bcCopy full SHA for 62181bc
README.md
@@ -37,6 +37,16 @@ Replace `<#Specify Release tag#>` by the version of SwiftSyntax that you want to
37
38
Then, import `SwiftSyntax` in your Swift code.
39
40
+### Some Example Users
41
+
42
+[**Swift AST Explorer**](https://swift-ast-explorer.kishikawakatsumi.com/): a Swift AST visualizer.
43
44
+[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): a test driver for sourcekitd and Swift evolution.
45
46
+[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): a Swift code formatter.
47
48
+[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.
49
50
## Contributing
51
52
### Building SwiftSyntax from `master`
0 commit comments