Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitespace

A parser for a language with significant whitespace.

Building

Build the CLI:

cargo build --release

Build the WebAssembly module. Output is pkg/.

wasm-pack build --target web

Running the Demo

  1. Build the WebAssembly module (see above)
  2. Run a web server in this repo's root directory. You need a web server to serve the WebAssembly module.
  3. Open index.html

Testing

Run tests:

cargo test

About

Parser for a language with significant whitespace that runs in WebAssembly

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages