nixpulvis / brainfuck

A simple brainfuck interpreter in Rust.
http://nixpulvis.com/brainfuck
23 stars 3 forks source link

Instruction parsing and display should be one code #26

Open nixpulvis opened 7 years ago

nixpulvis commented 7 years ago

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.