heliometer

Crates.ioheliometer
lib.rsheliometer
version0.5.10
sourcesrc
created_at2018-03-18 15:16:23.965865
updated_at2018-06-16 03:38:16.375443
descriptionA basic Brainfuck interpreter
homepage
repositoryhttps://github.com/birders/heliometer
max_upload_size
id56278
size31,760
William Culhane (LEARAX)

documentation

https://birders.github.io/heliometer/master/heliometer/

README

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.

Commit count: 83

cargo fmt