Skip to content

Commit 23cfa9a

Browse files
committed
Reference swift-ast-explorer.com as a tool to explore the SwiftSyntax tree
1 parent 2774987 commit 23cfa9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ SwiftSyntax is a set of Swift libraries for parsing, inspecting, generating, and
66

77
You can read SwiftSyntax’s documentation on [swiftpackageindex.com](https://swiftpackageindex.com/apple/swift-syntax/documentation).
88

9+
A great way to interactively explore the SwiftSyntax tree of a source file is https://swift-ast-explorer.com, developed by [@kishikawakatsumi](https://github.com/kishikawakatsumi).
10+
911
## Adding SwiftSyntax as a Dependency
1012

1113
### Trunk Development (main)

0 commit comments

Comments
 (0)