Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 381 Bytes

About

Brainfuck-Go is a Brainfuck interpreter written in Go.

Usage

Compile using go build and run:

./bf filename

Examples

./bf hw.bf
curl -s "http://www.99-bottles-of-beer.net/download/1718" > bottles.bf
./bf bottles.bf

License

The MIT License (MIT)