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: 9 days ago
JSON representation

Lists

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