Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziggi/bfi
A lightweight Brainfuck interpreter written in C.
https://github.com/ziggi/bfi
Last synced: 2 days ago
JSON representation
A lightweight Brainfuck interpreter written in C.
- Host: GitHub
- URL: https://github.com/ziggi/bfi
- Owner: ziggi
- Created: 2013-01-15T16:10:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T16:13:40.000Z (about 12 years ago)
- Last Synced: 2024-08-03T18:17:42.628Z (6 months ago)
- Language: C
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - bfi
README
bfi
===A lightweight Brainfuck interpreter written in C.
## License
GNU GPLv3## Authors
Marochkin Sergey (https://github.com/ziggi)## Thanks
avalak for http://habrahabr.ru/post/112919/## Building
gcc bfi.c -o bfi## Usage
bfi