Python Brainfuck Interpreter
- Python 2 or 3
Simply execute the BrainfckInterpreter.py
with the location of the Brainfck Source Code as the first Parameter
For the Hello World test file:
python ./BrainfckInterpreter.py .\test2.bf
Output:
Hello World!