/go-brainfuck

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

Primary LanguageGoMIT LicenseMIT

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 ./...