Ecosyste.ms: Awesome

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

https://github.com/phunanon/Barebrain

Relatively fast, cleanly written C and Python Brainfuck interpreters
https://github.com/phunanon/Barebrain

brainfuck brainfuck-interpreter c python

Last synced: about 2 months ago
JSON representation

Relatively fast, cleanly written C and Python Brainfuck interpreters

Lists

README

        

# Barebrain

### C

A relatively fast brainfuck interpreter.

Compile by:
`gcc Barebrain.c -o Barebrain -O3`
or `clang Barebrain.c -o Barebrain -O3`
Run by: `./Barebrain program.b`

### Python

Just to learn Python a bit.

Run: `python3 Barebrain.py`