https://github.com/DanSnow/astexplorer-go
https://github.com/DanSnow/astexplorer-go
ast astexplorer golang parser
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/DanSnow/astexplorer-go
- Owner: DanSnow
- Created: 2019-11-10T14:48:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T04:36:23.000Z (4 months ago)
- Last Synced: 2025-04-01T18:56:33.505Z (about 2 months ago)
- Topics: ast, astexplorer, golang, parser
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-github-star - astexplorer-go
README
astexplorer-go
==============This is a wrapper for go's built-in [`go/parser`][go-parser] that provides a JavaScript interface to the Go parser compiled to WASM
It's not intended for general usage, but only as a wrapper for ASTExplorer
[go-parser]: https://golang.org/pkg/go/parser