brainfuck
brainfuck copied to clipboard
Instruction parsing and display should be one code
I'm not exactly sure how I see this working yet, but I think we should be able to make the parsing and the display one bit of code.
At the very least the Program::parse
and impl Display for Instruction
should live in the same file.