Skip to content

a7medev/brainfuck-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Brainf*ck interpreter written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published