Oderjunkie / tbfc

tiny brainfuck compiler - 624 bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tbfc

a 624 byte brainfuck compiler. mkdir build && make to compile.

usage

 $ cat hello.bf | ./main > hello
 $ chmod +x hello
 $ ./hello
Hello, World!

About

tiny brainfuck compiler - 624 bytes

License:GNU Affero General Public License v3.0


Languages

Language:C 94.3%Language:Makefile 5.7%