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: 19 days ago
JSON representation
astexplorer.net support for cuelang.org
- Host: GitHub
- URL: https://github.com/brandonbloom/astexplorer-cue
- Owner: brandonbloom
- Created: 2022-01-26T02:01:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T03:03:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T05:10:22.346Z (about 1 month ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cue - astexplorer-cue - Ast Explorer support for CUE. (Projects)
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.