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

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

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.