https://github.com/dansnow/astexplorer-go
https://github.com/dansnow/astexplorer-go
ast astexplorer golang parser
Last synced: 2 months 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-02-27T05:50:58.463Z (3 months ago)
- Topics: ast, astexplorer, golang, parser
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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