Crates.io | brainheck |
lib.rs | brainheck |
version | 0.1.8 |
source | src |
created_at | 2017-02-15 01:31:56.495013 |
updated_at | 2017-05-29 00:40:25.083204 |
description | Brainheck interpreter written in Rust. |
homepage | https://github.com/vmchale/brainh-ck |
repository | https://github.com/vmchale/brainh-ck |
max_upload_size | |
id | 8524 |
size | 10,052 |
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.