Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 205 Bytes

BrainFuck Interpreter - Python

This is a simple BrainFuck interpreter written in Python 3.3.

Instructions

Input is read from STDIN.

$ bf.py < input.txt

To Do

  • Add error handling
  • Optimize