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 |
#209 in Emulators
10KB
186 lines
Heliometer
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.