Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/reactive-brainfuck-interpreter

No need to click "run" button
https://github.com/lemonnekogh/reactive-brainfuck-interpreter

brainfuck brainfuck-interpreter vite vue vue3

Last synced: 11 days ago
JSON representation

No need to click "run" button

Awesome Lists containing this project

README

        

# Reactive brainfuck interpreter
https://zh.m.wikipedia.org/zh-hans/Brainfuck

Example:
```
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.
```
Output:
```
Hello World!
```