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
- Host: GitHub
- URL: https://github.com/micheleriva/go-brainfuck
- Owner: micheleriva
- License: mit
- Created: 2018-09-06T15:07:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T15:51:23.000Z (about 7 years ago)
- Last Synced: 2025-02-07T12:47:24.273Z (8 months ago)
- Topics: brainfuck, compiler, go, golang, interpreter
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)