nixpulvis / brainfuck

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

Add the Concept of a Program #12

Closed nixpulvis closed 8 years ago

nixpulvis commented 8 years ago

This opens the door to changing the representation of a program. And we can start making the code for brackets and instruction fetching better.