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

#208 in Emulators

Download history 42/week @ 2024-12-08 14/week @ 2024-12-15 156/week @ 2025-02-09 63/week @ 2025-02-16

98 downloads per month

MIT license

10KB
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