The easiest way to install is probably
$ cargo install brainheck
The cargo build system can be installed with
$ curl https://sh.rustup.rs -sSf | sh
Try
$ bh bf/helloworld.bf
To run the "hello world" example. You can also pass input in with stdin e.g.
$ echo 'hello world!' | bh bf/cat.bf
To explore all the options, use:
bh --help
Building on rust's safety guarantees, this repository uses the word h*ck in order to remain safe for children's use.