Python-Brainfuck icon indicating copy to clipboard operation
Python-Brainfuck copied to clipboard

Just a small Brainfuck interpreter written in Python

Results 4 Python-Brainfuck issues
Sort by recently updated
recently updated
newest added

I documented the functions of the project.

* 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```