badder_lang 0.4.0

A specialized programming language built for programming puzzle game Robo Instructus
Documentation
1
2
3
4
5
#!/usr/bin/env bash
cargo_name="$(grep -m1 'name = ' Cargo.toml | cut -d'"' -f2)"
RUST_BACKTRACE=0 \
 RUST_LOG=$cargo_name=debug \
 cargo watch -x "test $*"