Skip to content

Smallest basic brainfuck interpreter written in Python 3 (166 bytes).

Notifications You must be signed in to change notification settings

Roguezilla/brainfpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

An interpreter for Brainfuck written in Python.
Credits to @zax2002 for the 166 byte version

Info

complete.py is the base interpreter
main.py is a very stripped down complete.py

Usage of main.py

python main.py

Hello World!

++++++++++[>++++++++++>+++++++>+++<<<-]>>++.<+.+++++++..+++.>>++.<+++++++++++++++.<.+++.------.--------.>>+.

Input your code in 1 line.

Usage of complete.py

python complete.py fibb.bf

About

Smallest basic brainfuck interpreter written in Python 3 (166 bytes).

Resources

Stars

Watchers

Forks