bfdbg 0.2.0

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