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

https://github.com/roaldnefs/brainfuck

Brainfuck interpreter written in C++.
https://github.com/roaldnefs/brainfuck

brainfuck cpp interpreter

Last synced: about 1 year ago
JSON representation

Brainfuck interpreter written in C++.

Awesome Lists containing this project

README

          

# Brainfuck Interpreter

Brainfuck interpreter written in C++.

```console
$ g++ -Wall brainfuck.cc -o brainfuck
$ ./brainfuck --help
usage: ./brainfuck

options:
-h --help show this help message
$ ./brainfuck hello.bf
```