Crate bfi

Source
Expand description

Brainfuck interpreter for Rust.

Structs§

BfMachine
Brainfuck machine, consisting of tape, a Vec<u8>, and the pointer to a cell.

Enums§

BfError
Error caused by Brainfuck code.

Functions§

b
Shortcut for s.bytes().collect().