Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFck

Simple Brainfuck interpreter written in Go. If you want to understand how Brainfuck works I recommend reading Basics of Brainfuck.

Example

# Build GoFck
go build -o gof gofck.go

# Interpret and execute Brainfuck code
./gof <brainfuck_source.bf>

# Build an executable
./gof --out bf-app <brainfuck_source.bf>
./bf-app

About

🧠 Brainfuck interpreter in Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages