Skip to content

This is a brainfuck interpreter that I'm writing for fun.

License

Notifications You must be signed in to change notification settings

rosalinekarr/go-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-brainfuck

This is a brainfuck interpreter that I'm writing for fun.

Build

To build:

go build -o main

Run

To run:

./main SOME_BF_FILE

Lint

To lint:

gofmt -w .

Test

To test:

go test ./...

About

This is a brainfuck interpreter that I'm writing for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages