Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 323 Bytes

Brainf*ck Go Interpreter

Brainf*ck Interpreter implemented in Go.

Build

To build the interpreter you need to have Go installed. Then you can build it using this command:

go build -o brainfuck *.go

Usage

You can run your Brainf*ck files using the following command:

./brainfuck example.b