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
- Host: GitHub
- URL: https://github.com/swz-git/gobf
- Owner: swz-git
- License: mit
- Created: 2021-07-26T02:03:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T22:53:51.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:15:45.895Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.