https://github.com/rreverser/astexplorer-syn
An integration of syn into ASTExplorer
https://github.com/rreverser/astexplorer-syn
Last synced: 4 months ago
JSON representation
An integration of syn into ASTExplorer
- Host: GitHub
- URL: https://github.com/rreverser/astexplorer-syn
- Owner: RReverser
- License: mit
- Created: 2019-03-19T00:11:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T22:02:39.000Z (about 3 years ago)
- Last Synced: 2024-12-30T20:33:36.749Z (over 1 year ago)
- Language: Rust
- Homepage: https://astexplorer.net/
- Size: 60.5 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astexplorer-syn
This is a wrapper for [`syn`](https://github.com/dtolnay/syn) that provides a JavaScript interface to the Rust parser compiled to WASM with:
```shell
wasm-pack build --target web
```
It's not intended for general usage, but only as a wrapper for ASTExplorer.