An open API service indexing awesome lists of open source software.

https://github.com/handrake/python-brainfuck

Simple brainfuck interpreter
https://github.com/handrake/python-brainfuck

Last synced: about 1 year ago
JSON representation

Simple brainfuck interpreter

Awesome Lists containing this project

README

          

# Brainfuck in Python
Simple brainfuck interpreter written in Python

$ python brainfuck.py
brainfuck>> ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..++
+.>>.<-.<.+++.------.--------.>>+.>++.brainfuck>>
brainfuck>>
Hello World!
$