wasmd
v0.0.0
Published
A crazy little compiler for **designing programming languages** (compiled to WASM) on the browser.
Downloads
2
Readme
mindblown
A crazy little compiler for designing programming languages (compiled to WASM) on the browser.
Abstracted from chasm (github, blog) and the book Crafting Interpreters.
Goal
This projet will create a browser sandbox for declaring your own programming languages that can be complied to WASM.
Test of Acceptability
Arbitrary names can be provided to standard operations.
Maintenance
This project is only an experiment and is not expected to be maintained.