Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pharus/brainfuck

Exploring brainfuck, starting by implementing an interpreter and then a compiler
https://github.com/pharus/brainfuck

Last synced: 2 months ago
JSON representation

Exploring brainfuck, starting by implementing an interpreter and then a compiler

Awesome Lists containing this project

README

        

# brainfuck

A lone game to explore brainfuck.

So far, much frustration with interpreter, hacky C translator.

Started by studying the [wiki article](https://en.wikipedia.org/wiki/Brainfuck)

### Interpreter:
- Still designing, failed attempt

### Compiler
- Simple translator to C