Skip to content

Khusyasy/go-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-brainfuck

Brainfuck interpreter written in Go.

usage

using the run subcommand

bf.exe run [file]
bf.exe run ./examples/hello.bf

using the str subcommand

bf.exe str [string]
bf.exe str "++++[>++++[>++++<-]<-]>>+."

build

go build

About

Brainfuck interpreter written in Go

Resources

Stars

Watchers

Forks

Languages