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

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

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

Last synced: 8 months 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
```