Crate bfkit

Source
Expand description

bfkit is a Brainfuck development toolkit including an optimizing C compiler and a debugger.

Modulesยง

compiler
A compiler from sequences of BrainfuckInstructions to C source code.
interp
A Brainfuck interpreter that supports breakpoints.
optimizer
An optimizer for sequences of BrainfuckInstructions.
parser
A parser from Brainfuck source code to sequences of BrainfuckInstructions.