/tbfc

tiny brainfuck compiler - 624 bytes

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

tbfc

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

usage

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