Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxzz/ast-explorer
A web tool to explore the ASTs generated by front-end parsers.
https://github.com/sxzz/ast-explorer
Last synced: 4 days ago
JSON representation
A web tool to explore the ASTs generated by front-end parsers.
- Host: GitHub
- URL: https://github.com/sxzz/ast-explorer
- Owner: sxzz
- License: agpl-3.0
- Created: 2023-09-02T21:12:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T07:39:09.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:24:22.001Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://ast.sxzz.moe
- Size: 2.97 MB
- Stars: 184
- Watchers: 1
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AST Explorer
AST Explorer - A web tool to explore the ASTs generated by parsers.
- Stable Release: [ast.sxzz.dev](https://ast.sxzz.dev/)
- Dev Channel: [ast-explorer.vercel.app](https://ast-explorer.vercel.app/)Feel free to add more languages and parsers via PR!
## Features
- π¦Ύ Enable code highlighting, suggestions, and formatting with Monaco Editor.
- π€© Support most popular front-end languages and parsers.
- ποΈ Save your code via URL. No database, no server downtime.
- π Customize parser version via CDN, e.g., `@babel/parser` alpha.
- π Set custom parser options with a GUI.
- π Good-looking dark mode theme.
- π± Even compatible with mobile devices.## Contributing
To contribute to the project, see [Contribution Guide](https://github.com/sxzz/contribute).
## Credits
- https://astexplorer.net/
- https://play.swc.rs/## License
[AGPL-3.0](./LICENSE) License Β© 2023-PRESENT [δΈε²ζΊε](https://github.com/sxzz)