A Brainfuck interpreter written in Plain English.
.bf
files are sample brainfuck programs taken from the esolang wiki to be run
with the interpreter. Programs can also be entered in the console.
- Clone the repo
- Download the CAL-4700 Plain English compiler
- Copy "the noodle" from the compiler to the repo
- Navigate to "the interpreter" in the IDE
- Press Ctrl + M, or select Compile from the C menu.