Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sup/pain

:thought_balloon: A simple Brainfuck interpreter written in Python
https://github.com/sup/pain

Last synced: 8 days ago
JSON representation

:thought_balloon: A simple Brainfuck interpreter written in Python

Awesome Lists containing this project

README

        

# python-brainfuck-intepreter
A simple Brainfuck interpreter written in Python

# cli
todo

# module
```
from brainfuck import evaluate

evaluate("--[>--->->->++>-<<<<<-------]>--.>---------.>--..+++.>----.>+++++++++.<<.+++.------.<-.>>+.")
```

# repl
todo