A parser for a language with significant whitespace.
Build the CLI:
cargo build --releaseBuild the WebAssembly module. Output is pkg/.
wasm-pack build --target web- Build the WebAssembly module (see above)
- Run a web server in this repo's root directory. You need a web server to serve the WebAssembly module.
- Open
index.html
Run tests:
cargo test