heliometer 0.5.8

A basic Brainfuck interpreter
Documentation

Heliometer

Build Status Coverage Status Version Downloads License

A Brainfuck interpreter written in Rust.

Heliometer can read and execute Brainfuck programs from a file, or it can be used as a library. See the documentation for details.

Binary Installation

Simply run cargo install to install helio to .cargo/bin.

helio <file> will interpret the contents of <file> as Brainfuck, using stdin and stdout for input and output respectively.