Skip to content

A simple brainf*** interpreter, written in Go

Notifications You must be signed in to change notification settings

olafal0/brainf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainf-go

A simple brainf*** interpreter, written in Go.

Usage

Use go build to build or go run bf.go to simply run it. If the first command-line argument is a filename, that file will be interpreted as brainf*** code. Otherwise, an interpreter state will be created, and you can write brainf*** directly (as long as there are no mismatched square brackets on a single line).

About

A simple brainf*** interpreter, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published