BIIR - Brainfuck Interpreter In Rust

Installation

cargo install biir

Usage

biir filename.bf

Numerical mode

Available through -nor --numerical-mode. Prints byte values instead of their ascii representations.

Debug mode

Entered via -d or--debug-mode. Allows the usage of !TAPE to print 10 nearby (already created) cells and also prints some debug info at the end of the execution.

Notes

TODO: