rustfk 0.1.0

A Brainfuck interpreter
Documentation

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!