mojifuck
v1.0.0
Published
mojifuck - brainfuck but its with emojis
Downloads
12
Maintainers
Readme
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 |