Skip to content

Commit 62181bc

Browse files
authored
Merge pull request swiftlang#57 from nkcsgexi/users
[docs] add several example adopters to readme.
2 parents fcca2e2 + 58db28e commit 62181bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ Replace `<#Specify Release tag#>` by the version of SwiftSyntax that you want to
3737

3838
Then, import `SwiftSyntax` in your Swift code.
3939

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+
4050
## Contributing
4151

4252
### Building SwiftSyntax from `master`

0 commit comments

Comments
 (0)