Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansnow/astexplorer-go
https://github.com/dansnow/astexplorer-go
ast astexplorer golang parser
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansnow/astexplorer-go
- Owner: DanSnow
- Created: 2019-11-10T14:48:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T14:40:37.000Z (about 2 months ago)
- Last Synced: 2024-10-15T15:22:02.794Z (about 1 month ago)
- Topics: ast, astexplorer, golang, parser
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 23
- Watchers: 3
- Forks: 3
- 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