Skip to content

Commit 1b0cd42

Browse files
authored
Merge pull request #1583 from ahoppen/ahoppen/5.9/ast-explorer
[5.9] Reference swift-ast-explorer.com as a tool to explore the SwiftSyntax tree
2 parents f77f723 + 23cfa9a commit 1b0cd42

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)