heliometer 0.5.0

A basic brainfuck interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Heliometer
[![Build Status](https://travis-ci.org/PishLSDYUE/heliometer.svg?branch=master)](https://travis-ci.org/PishLSDYUE/heliometer)
[![Coverage Status](https://coveralls.io/repos/github/PishLSDYUE/heliometer/badge.svg?branch=master&service=github)](https://coveralls.io/github/PishLSDYUE/heliometer?branch=master)
[![Version](https://img.shields.io/crates/v/heliometer.svg)](https://crates.io/crates/heliometer)
[![Downloads](https://img.shields.io/crates/d/heliometer.svg)](https://crates.io/crates/heliometer)
[![License](https://img.shields.io/crates/l/heliometer.svg)](https://crates.io/crates/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.