Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksheedlo/bf
A brainfuck compiler and interpreter in C.
https://github.com/ksheedlo/bf
Last synced: 2 months ago
JSON representation
A brainfuck compiler and interpreter in C.
- Host: GitHub
- URL: https://github.com/ksheedlo/bf
- Owner: ksheedlo
- Created: 2011-12-21T04:54:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-24T06:19:38.000Z (about 13 years ago)
- Last Synced: 2024-04-24T16:15:05.198Z (9 months ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - bf
README
bfi - a tiny brainfuck interpreter
Written by Ken SheedloTo compile: ./make
To run: ./bfi FILE
To run from stdin: ./bfi