Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SwiftFiddle/swift-ast-explorer
AST visualizer for Swift source code
https://github.com/SwiftFiddle/swift-ast-explorer
macros swift swift-syntax
Last synced: 13 days ago
JSON representation
AST visualizer for Swift source code
- Host: GitHub
- URL: https://github.com/SwiftFiddle/swift-ast-explorer
- Owner: SwiftFiddle
- License: apache-2.0
- Created: 2018-02-28T04:46:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:47:07.000Z (15 days ago)
- Last Synced: 2024-10-29T20:42:28.006Z (15 days ago)
- Topics: macros, swift, swift-syntax
- Language: HTML
- Homepage: http://swift-ast-explorer.com
- Size: 5.21 MB
- Stars: 574
- Watchers: 9
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Swift AST Explorer
Swift AST Explorer is a tool for visualizing the Abstract Syntax Tree (AST) of Swift source code.
Check it out at https://swift-ast-explorer.com/## Features
### Presents Swift syntax in a tree structure
### Maps each token in the source code to the corresponding syntax
### Provides an overview and inspection of syntax usage
## Author
[Kishikawa Katsumi](https://github.com/kishikawakatsumi)
## Supporters & Sponsors
Open source projects thrive on the generosity and support of people like you. If you find this project valuable, please consider extending your support. Contributing to the project not only sustains its growth, but also helps drive innovation and improve its features.
To support this project, you can become a sponsor through [GitHub Sponsors](https://github.com/sponsors/kishikawakatsumi). Your contribution will be greatly appreciated and will help keep the project alive and thriving. Thanks for your consideration! :heart:
## License
The project is released under the [Apache License 2.0](https://github.com/kishikawakatsumi/swift-ast-explorer/blob/main/LICENSE)