top of page

BrainFuck Visualizer

Writer: Freddie Rawlins
Freddie Rawlins
Jan 17, 2019
1 min read

Updated: Jan 22, 2019

My first experience writing an interpreter, albeit a very basic one, for the esoteric language BrainFuck. Due to its Turing-Machine nature it is very easily visualized, and it goes a long way towards understanding a given program.


It was a fun project to do, writing the initial interpreter, and then integrating that into a visual system.



 
 
 

Comments


bottom of page