Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


ASCII Mandelbrot Set

### 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