/birb

A toy programming language with effects and contracts

Primary LanguageRust

birb

A toy programming language with effects and contracts.

Check out the website.

Dependencies

Development

One-time setup

$ cargo install wasm-pack
$ npm install

CLI dev

$ cargo test
$ bin/run-test.sh tests/*

Website dev

$ npm start

Build website (for production)

$ npm run build