bfdbg 0.2.1

A brainfuck interpreter and debugger implemented in rust.
Documentation
1
2
3
4
pub enum DebuggerCommandParseError {
    InvalidCommandFormat,
    InvalidParameter,
}