Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/brandonbloom/astexplorer-cue

astexplorer.net support for cuelang.org
https://github.com/brandonbloom/astexplorer-cue

Last synced: 18 days ago
JSON representation

astexplorer.net support for cuelang.org

Lists

README

        

astexplorer-cue
==============

This wraps [Cue's parser](https://pkg.go.dev/cuelang.org/[email protected]/cue/parser)
with a JavaScript interface compiled to WASM.

It's not intended for general usage, but only as a wrapper for ASTExplorer

Thanks to Dan Snow for [astexplorer-go](https://github.com/DanSnow/astexplorer-go),
on which this project is based.