Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 189 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 189 Bytes

brainfuck

Brainfuck interpreter written in Go.


Build with

go build -o bf cmd/*.go

run a program

./bf -file programs/fibo.bf

Test programs stolen from https://brainfuck.org/