https://github.com/electrikmilk/mindblow
Interpreter for the esoteric programming language 🤯
https://github.com/electrikmilk/mindblow
clanguage interpreter
Last synced: 11 months ago
JSON representation
Interpreter for the esoteric programming language 🤯
- Host: GitHub
- URL: https://github.com/electrikmilk/mindblow
- Owner: electrikmilk
- License: mit
- Created: 2024-01-24T23:03:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T03:09:21.000Z (over 2 years ago)
- Last Synced: 2025-02-27T03:44:09.931Z (over 1 year ago)
- Topics: clanguage, interpreter
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤯 Mindblow
[](https://github.com/electrikmilk/mindblow/actions/workflows/cmake-multi-platform.yml)
Interpreter for the [esoteric programming language](https://en.wikipedia.org/wiki/Brainfuck).
I did this to practice making a simple interpreter that is essentially a really basic Turing machine.