Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sup/pain
- Owner: sup
- License: mit
- Created: 2016-08-27T04:25:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T05:43:24.000Z (over 8 years ago)
- Last Synced: 2024-11-09T04:38:04.881Z (2 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-brainfuck-intepreter
A simple Brainfuck interpreter written in Python# cli
todo# module
```
from brainfuck import evaluateevaluate("--[>--->->->++>-<<<<<-------]>--.>---------.>--..+++.>----.>+++++++++.<<.+++.------.<-.>>+.")
```# repl
todo