[][src]Crate bfkit

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.