Brainh*ck interpreter written in rust

Usage

brainheck bf/helloworld.bf

To run the "hello world" example. You can pass input in with stdin e.g.

echo 'hello world!' | brainheck bf/cat.bf

Safety

Building on rust's safety guarantees, this repository uses the word h*ck in order to remain safe for children's use.