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

https://github.com/bromaniac/gofuck

Brainfuck interpreter in Go.
https://github.com/bromaniac/gofuck

brainfuck brainfuck-interpreter command-line-tool esolang go golang unlicense

Last synced: 27 days ago
JSON representation

Brainfuck interpreter in Go.

Awesome Lists containing this project

README

        

An interpreter for brainfuck implemented in Go.

[Wikipedia](https://en.wikipedia.org/wiki/Brainfuck)

[Esolang](https://esolangs.org/wiki/Brainfuck)

[Basics of brainfuck](https://gist.github.com/roachhd/dce54bec8ba55fb17d3a)

Usage:
```
go run gofuck.go hello-world.bf
```

Enjoy!