bfdbg 0.2.0

A brainfuck interpreter and debugger implemented in rust.
Documentation
1
2
3
4
5
pub mod debugger_command;
pub mod debugger_state;
pub mod debugging_error;
pub mod debugging_state;
pub mod parse_error;