An open API service indexing awesome lists of open source software.

https://github.com/swz-git/gobf

Another brainfuck interpreter in go
https://github.com/swz-git/gobf

Last synced: about 1 year ago
JSON representation

Another brainfuck interpreter in go

Awesome Lists containing this project

README

          

# gobf

Another brainfuck interpreter in go

## Usage

Its very simple:

`./gobf main.bf`

## Compiling

### Requirements

- go

First do:
`go build -ldflags "-s -w" -o dist/gobf.exe`

Then you have your executable in dist/gobf.exe.