Brainf*ck Interpreter implemented in Go.
To build the interpreter you need to have Go installed. Then you can build it using this command:
go build -o brainfuck *.go
You can run your Brainf*ck files using the following command:
./brainfuck example.b