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

https://github.com/reybits/brainfuck

A simple and minimalistic Brainfuck interpreter.
https://github.com/reybits/brainfuck

brainfuck brainfuck-interpreter

Last synced: 12 months ago
JSON representation

A simple and minimalistic Brainfuck interpreter.

Awesome Lists containing this project

README

          

# Brainfuck

A simple and minimalistic Brainfuck interpreter.

## Build and Run

```sh
make
./bfi sample/hello_world.bf
```

---

```
Copyright © 2011 Andrey A. Ugolnik. All Rights Reserved.
https://www.ugolnik.info
andrey@ugolnik.info
```