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

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 🤯

Awesome Lists containing this project

README

          

# 🤯 Mindblow

[![CMake on multiple platforms](https://github.com/electrikmilk/mindblow/actions/workflows/cmake-multi-platform.yml/badge.svg)](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.