Skip to content

prashantrahul141/bf-interpreter-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf*ck Interpreter in Go

Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer.

Read more about the language on the wiki page.

This implementation follows this unofficial language specification : https://github.com/sunjay/brainfuck/blob/master/brainfuck.md

Usage

Run the executable and pass a brainf*ck file as command line argument to run it.

bfigo - Brainf*ck Interpreter in Go

usage:
    bfigo [filepath]

Building from source

The project uses go's cli as it's build system, just clone the repo and run

go run .

Releases

No releases published

Packages

No packages published

Languages