https://github.com/raklaptudirm/brainfuck
Brainfuck Interpreter, Transpiler, Optimizer, and Toolkit
https://github.com/raklaptudirm/brainfuck
brainfuck brainfuck-interpreter interpreter programming-language repl transpiler
Last synced: 3 months ago
JSON representation
Brainfuck Interpreter, Transpiler, Optimizer, and Toolkit
- Host: GitHub
- URL: https://github.com/raklaptudirm/brainfuck
- Owner: raklaptudirm
- License: apache-2.0
- Created: 2021-07-05T16:38:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T18:00:31.000Z (over 2 years ago)
- Last Synced: 2025-04-03T10:43:47.472Z (about 1 year ago)
- Topics: brainfuck, brainfuck-interpreter, interpreter, programming-language, repl, transpiler
- Language: Go
- Homepage: https://laptudirm.com/x/brainfuck
- Size: 141 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
brainfuck Interpreter, Transpiler, Optimizer, and Toolkit
brainfuck is a complete language toolkit for the
[brainfuck](https://en.wikipedia.org/wiki/Brainfuck) esoteric
programming language.
> This project is a work is progress, so some of the functionality
> is missing.
### Installation
```
go install laptudirm.com/x/brainfuck/cmd/brainfuck@latest
```
### Usage
```
brainfuck
```
### References
- https://en.wikipedia.org/wiki/Brainfuck
- http://calmerthanyouare.org/2015/01/07/optimizing-brainfuck.html