Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 211 Bytes

brainfuck

Minimal brainfuck interpreter written in Python.

Usage

There are some sample brainfuck programs located in tests.

To execute brainfuck source file:

python3 brainfuck.py [sourcefile.bf]