Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetsuo-cpp/brainfuck

An interpreter for the Brainfuck programming language.
https://github.com/tetsuo-cpp/brainfuck

Last synced: 3 days ago
JSON representation

An interpreter for the Brainfuck programming language.

Awesome Lists containing this project

README

        

# Brainfuck
An interpreter written in C++ for everyone's favourite cryptic programming language.
## Usage
This is a CMake project so it can be built with GNU Make or whatever your preferred generator is.
```
cmake . && make
```
The interpreter can be invoked with a path to a Brainfuck source file.
```
./brainfuck
```