https://github.com/lordubuntu/brainfuck
A brainfuck interpreter written in Python
https://github.com/lordubuntu/brainfuck
Last synced: about 1 year ago
JSON representation
A brainfuck interpreter written in Python
- Host: GitHub
- URL: https://github.com/lordubuntu/brainfuck
- Owner: LordUbuntu
- License: unlicense
- Created: 2021-04-28T19:30:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T23:49:52.000Z (over 3 years ago)
- Last Synced: 2025-02-08T02:16:38.504Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrainFuck
A [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter written in Python.
Done for fun, and to get a basic introduction to language implementation.