brainheck

Crates.iobrainheck
lib.rsbrainheck
version0.1.8
sourcesrc
created_at2017-02-15 01:31:56.495013
updated_at2017-05-29 00:40:25.083204
descriptionBrainheck interpreter written in Rust.
homepagehttps://github.com/vmchale/brainh-ck
repositoryhttps://github.com/vmchale/brainh-ck
max_upload_size
id8524
size10,052
Vanessa McHale (vmchale)

documentation

https://github.com/vmchale/brainh-ck#README

README

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.

Commit count: 0

cargo fmt