diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +USAGE +===== + + $ bf <file> | gcc -x c - + +Example: + + $ bf examples/hello.bf | gcc -o hello.out -x c - + |
index : bf | ||
A brainfuck compiler, implemented in C. | c+1 |
aboutsummaryrefslogtreecommitdiff |