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
- Host: GitHub
- URL: https://github.com/handrake/python-brainfuck
- Owner: handrake
- License: bsd-3-clause
- Created: 2015-10-27T14:59:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T09:32:21.000Z (over 10 years ago)
- Last Synced: 2025-05-21T01:16:47.996Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainfuck in Python
Simple brainfuck interpreter written in Python
$ python brainfuck.py
brainfuck>> ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..++
+.>>.<-.<.+++.------.--------.>>+.>++.brainfuck>>
brainfuck>>
Hello World!
$