aboutsummaryrefslogtreecommitdiff
path: root/README
blob: c7925b04899263935dfb07db87d2930b3c8bacff (plain) (blame)
1
2
3
4
5
6
7
8
9
USAGE
=====

   $ bf <file> | gcc -x c -

Example:

   $ bf examples/hello.bf | gcc -o hello.out -x c -