brainheck 0.1.8

Brainheck interpreter written in Rust.
Documentation
## Brainh\*ck interpreter written in rust

### Installation

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
```

### Usage

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
```

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