26 releases

Uses old Rust 2015

0.5.10 Jun 16, 2018
0.5.9 Jun 16, 2018
0.5.8 May 22, 2018
0.4.13 May 8, 2018
0.2.5 Mar 18, 2018

#175 in Emulators

Download history 6/week @ 2023-01-18 11/week @ 2023-01-25 63/week @ 2023-02-01 209/week @ 2023-02-08 134/week @ 2023-02-15 2/week @ 2023-02-22 2/week @ 2023-03-01 5/week @ 2023-03-08 4/week @ 2023-03-15 2/week @ 2023-03-22 2/week @ 2023-03-29 30/week @ 2023-04-05 35/week @ 2023-04-12 5/week @ 2023-04-26 31/week @ 2023-05-03

74 downloads per month

MIT license

9KB
186 lines

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.

No runtime deps