Skip to content

Smallest brainfuck interpreter written in Python 3 (167 bytes).

License

Notifications You must be signed in to change notification settings

zax2002/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.

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 brainfuck interpreter written in Python 3 (167 bytes).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • Brainfuck 6.9%