Skip to content

niyazisuleymanov/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]