Skip to content
/ snax Public

A toy programming language that compiles to WebAssembly

Notifications You must be signed in to change notification settings

pcardune/snax

Repository files navigation

Testing

Run tests with:

npx jest

Book

Development:

  1. start server from inside snax-book directory in watch mode:
    cd snax-book/
    npm run dev
    
  2. go to http://localhost:3000

Scripts

Compile a grammar to typescript

./bin/snax-parser-gen --grammar=<path/to/grammar>

About

A toy programming language that compiles to WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published