index
:
bf
master
A brainfuck compiler, implemented in C.
c+1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
USAGE ===== $ bf <file> | gcc -x c - Example: $ bf examples/hello.bf | gcc -o hello.out -x c -