BrainFuck to C transpiler
Typical go build
go build main.go
Usage of bfc:
-in-file string
input file in BrainFuck (no default)
-memory-size int
memory size of BrainFuck machine (default 30000)
-out-file string
output file (default print to stdout)