Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 156 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 156 Bytes

Brainfuck Interpreter

This is a simple Brainfuck Interpreter written in Python.

Usage:

$ ./bf_interpreter.py + [FILENAME]

Input is read from STDIN.