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: about 18 hours 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:24:48.000Z (6 months ago)
- Last Synced: 2025-01-01T23:09:20.722Z (8 days 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)