Ecosyste.ms: Awesome

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

https://github.com/kgabis/brainfuck-c

Brainfuck interpreter in C.
https://github.com/kgabis/brainfuck-c

brainfuck c interpreter

Last synced: 3 months ago
JSON representation

Brainfuck interpreter in C.

Lists

README

        

## About
Brainfuck-C is a [Brainfuck](http://en.wikipedia.org/wiki/Brainfuck) interpreter written in C.

## Usage
Compile using gcc and run:
```
./bf filename
```

## Examples
```
./bf hw.bf
```
```
curl -s "http://www.99-bottles-of-beer.net/download/1718" > bottles.bf
./bf bottles.bf
```

## License
[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)