Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 914 Bytes

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.

image

  • This is a pattern created with Brainfuck.

image