1.0.0 • Published 8 years ago
mojifuck v1.0.0
mojif*ck
mojif*ck - brainf*ck but it's with emojis
Usage
mojifuck is an interactive interpreter. Just call it from a terminal and have fun!
| Emoji | Brainfuck | Description |
|---|---|---|
| 😂 | + | increase current cell |
| 😭 | - | decrease current cell |
| 👄 | . | print content of the current cell |
| 👂 | , | reads content to the current cell |
| 🔝 | > | increase cell pointer |
| 🔙 | < | decrease cell pointer |
| 🔜 | [ | loop until current cell is zero |
| 🔚 | ] | close loop |
1.0.0
8 years ago