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

https://github.com/micheleriva/go-brainfuck

💥A Brainfuck compiler written in GoLang
https://github.com/micheleriva/go-brainfuck

brainfuck compiler go golang interpreter

Last synced: 6 months ago
JSON representation

💥A Brainfuck compiler written in GoLang

Awesome Lists containing this project

README

          

# 💥 Go Brainfuck Compiler

A simple Brainfuck compiler written in GoLang.

# Usage

```bash
$ go run *.go
```

# License
[MIT](/LICENSE.md)