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

https://github.com/potatomaster101/bfint

Quick and dirty Brainfuck interpreter
https://github.com/potatomaster101/bfint

brainfuck-interpreter cpp17 fun mit-license

Last synced: about 1 year ago
JSON representation

Quick and dirty Brainfuck interpreter

Awesome Lists containing this project

README

          

# Brainfuck Interpreter
A [brainfuck](https://esolangs.org/wiki/Brainfuck) interpreter written in C++17.

## Usage
```
$ bfint
```
Sample brainfuck code can be found under `/sample` for testing purpose.