pcardune / snax

A toy programming language that compiles to WebAssembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 90.9%Language:MDX 3.9%Language:CSS 2.4%Language:JavaScript 1.4%Language:WebAssembly 1.1%Language:HTML 0.2%Language:Less 0.1%Language:Rust 0.0%