Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 234 Bytes

brainfuck-py

My overly complicated Brainfuck interpreter written in Python

How to use

Usage:

python3 brainfuck.py [file...]

Just run brainfuck.py with Python 3, and give path(s) to sourcecode files as arguments.