Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xfnty/bf

The Brainfuck interpreter
https://github.com/xfnty/bf

brainfuck esoteric-language

Last synced: 2 days ago
JSON representation

The Brainfuck interpreter

Awesome Lists containing this project

README

        

# Brainfuck interpreter

References:
- https://en.wikipedia.org/wiki/Brainfuck
- https://muppetlabs.com/~breadbox/bf/
- http://www.brainfuck.org/

## Usage
```
bf
```

## Developing
Building and running:
```
make args="assets/hello-world.bf"
```