Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 156 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 156 Bytes

bf-go is a BF interpreter written in Golang.

Example Usage:

go build .
go run . --program_file=examples/helloword.bf

Output:

Hello World!