https://github.com/kgabis/brainfuck-go
Brainfuck interpreter in Go.
https://github.com/kgabis/brainfuck-go
brainfuck go interpreter
Last synced: 6 months ago
JSON representation
Brainfuck interpreter in Go.
- Host: GitHub
- URL: https://github.com/kgabis/brainfuck-go
- Owner: kgabis
- Created: 2013-01-20T20:20:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T01:11:04.000Z (over 6 years ago)
- Last Synced: 2025-03-26T10:01:34.330Z (6 months ago)
- Topics: brainfuck, go, interpreter
- Language: Go
- Homepage: https://github.com/kgabis/brainfuck-go
- Size: 1.95 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Brainfuck-Go is a [Brainfuck](http://en.wikipedia.org/wiki/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)](http://opensource.org/licenses/mit-license.php)