Python-Brainfuck
Python-Brainfuck copied to clipboard
Changed code
- Maked the parser
evaluate(...)more efficient. Call the functionlenonly once. - Added error handling for loops in the function
buildbracemap(code)