Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 551 Bytes

readme.md

File metadata and controls

42 lines (28 loc) · 551 Bytes

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