Skip to content

A CLI brainfuck interpreter implemented in go which allows users to input Brainfuck code and execute it, providing a way to experiment with and explore the language.

thestuti/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


██████  ██████   █████  ██ ███    ██ ███████ ██    ██  ██████ ██   ██ 
██   ██ ██   ██ ██   ██ ██ ████   ██ ██      ██    ██ ██      ██  ██  
██████  ██████  ███████ ██ ██ ██  ██ █████   ██    ██ ██      █████   
██   ██ ██   ██ ██   ██ ██ ██  ██ ██ ██      ██    ██ ██      ██  ██  
██████  ██   ██ ██   ██ ██ ██   ████ ██       ██████   ██████ ██   ██ 
                                                                       


A CLI brainfuck interpreter implemented in go which allows users to input Brainfuck code and execute it, providing a way to experiment with and explore the language.

Installation

git clone github.com/thestuti/brainfuck
go run src/main.go

Usage

Flag Description Example
-h Display help related to usage go run src/main.go -h
-f File of brainfuck code go run src/main.go -f /path/to/save/location/file.bf

About

A CLI brainfuck interpreter implemented in go which allows users to input Brainfuck code and execute it, providing a way to experiment with and explore the language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published