Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 345 Bytes

BrainfckPy

Python Brainfuck Interpreter

Prerequisites

  • Python 2 or 3

How to use

Simply execute the BrainfckInterpreter.py with the location of the Brainfck Source Code as the first Parameter

Example

For the Hello World test file:

python ./BrainfckInterpreter.py .\test2.bf

Output: Hello World!