Brainfuck Interpreter written in Go
This is the Brainfuck interpreter written in Go. I build this project while learning Golang.
Prerequisite
- Go must be installed in your system.
Installation
To running this interpreter, First clone the Repository and navigate to the Brainfuck-in-go directory in your terminal and execute the following command:
git clone https://github.com/kmr-ankitt/Brainfuck-go/
cd Brainfuck-go
Usage
For using this interpreter run the following command in your terminal
go run src/bfg.go FILE_DIRECTORY
Example
- This is the output of Helloworld program in Brainfuck.

- This is a pattern created with Brainfuck.
