1 unstable release
Uses old Rust 2015
0.1.0 | Apr 26, 2018 |
---|
#13 in #tape
8KB
175 lines
rustfk
A Brainfuck interpreter written in rust. Implements 8 symbols:
><+-.,[]
Values in the memory tape overflow/underflow at the bounds of an unsigned byte. Any attempt to move the pointer beyond the ends of the tape results in a error.
Installing
cargo install rustfk
Usage
$ rustfk examples/helloworld.b
Hello world!