heliometer 0.3.1

A basic brainfuck interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Heliometer

A bf interpreter written in rust.

`heliometer` is the library, `helio` is the binary.


### Helio
Simply run `cargo install` to install `helio` to `.cargo/bin`.

`helio <file>` will interpret the contents of `<file>` as brainfuck.