An open API service indexing awesome lists of open source software.

https://github.com/stewartpark/tinybf

Tiny brainfuck interpreter
https://github.com/stewartpark/tinybf

Last synced: 3 months ago
JSON representation

Tiny brainfuck interpreter

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!