Python-Brainfuck
Python-Brainfuck copied to clipboard
Just a small Brainfuck interpreter written in Python
I documented the functions of the project.
just to let it look a little better...
* Maked the parser ```evaluate(...)``` more efficient. Call the function ```len``` only once. * Added error handling for loops in the function ```buildbracemap(code)```
I added a directory ```Examples``` with a hello-world example in brainfuck. ```helloWorld.bf```