Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T18:00:31.000Z (about 1 year ago)
- Last Synced: 2024-10-11T20:20:07.200Z (3 months 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