#pointers #tape #symbols

bin+lib rustfk

A Brainfuck interpreter

1 unstable release

Uses old Rust 2015

0.1.0 Apr 26, 2018

#10 in #tape

MIT license

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!

No runtime deps