brainfuck-interpreter

A python interpreter for Brainfuck

If you don’t know Brainfuck, please check this video from Fireship and check this gist.

This project is based on a compiler made with Java that you can see here

how to use

chmod +x interpreter 

write a .bf file, like this

> test.bf

>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

and run

./interpreter file.bf