https://github.com/kgabis/brainfuck-c
Brainfuck interpreter in C.
https://github.com/kgabis/brainfuck-c
brainfuck c interpreter
Last synced: 4 months ago
JSON representation
Brainfuck interpreter in C.
- Host: GitHub
- URL: https://github.com/kgabis/brainfuck-c
- Owner: kgabis
- Created: 2012-11-25T19:31:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:24:48.000Z (10 months ago)
- Last Synced: 2025-01-09T01:38:19.674Z (4 months ago)
- Topics: brainfuck, c, interpreter
- Language: C
- Homepage: http://github.com/kgabis/brainfuck-c/
- Size: 7.81 KB
- Stars: 63
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - brainfuck-c
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)