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

#159 in Emulators

Download history 66/week @ 2023-10-29 5/week @ 2023-11-05 4/week @ 2023-11-12 5/week @ 2023-11-19 84/week @ 2023-11-26 80/week @ 2023-12-03 4/week @ 2023-12-10 30/week @ 2023-12-17 55/week @ 2023-12-24 2/week @ 2023-12-31 29/week @ 2024-01-07 34/week @ 2024-01-14 30/week @ 2024-01-21 54/week @ 2024-01-28 30/week @ 2024-02-04 84/week @ 2024-02-11

214 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