https://github.com/stewartpark/tinybf
Tiny brainfuck interpreter
https://github.com/stewartpark/tinybf
Last synced: 3 months ago
JSON representation
Tiny brainfuck interpreter
- Host: GitHub
- URL: https://github.com/stewartpark/tinybf
- Owner: stewartpark
- Created: 2012-03-06T15:13:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-06T15:24:00.000Z (over 13 years ago)
- Last Synced: 2025-02-02T23:05:15.945Z (4 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tiny brainfuck interpreter
=========================Currently, the size of bf.c is 312 bytes.
You can try it as follows:
$ git clone git://github.com/interruptz/tinybf.git
$ cd tinybf
$ gcc bf.c -o bf
$ ./bf example/helloworld.bf
Hello world!