Skip to content

kmr-ankitt/Brainfuck-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages