Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 240 Bytes

python-brainfk-interpreter

Simple Brainfuck interpreter written in Python.

To use, just type the following into the console:

python interpreter.py <your file>.bf

Input is prompted with a > and output is printed to the console.