A brainfuck dialect using emojis. Based on pocmos brainfuck imprementation in python
It uses the follwing mapping:
Brainfuck command | Emoji |
---|---|
+ | 👍 |
- | 👎 |
> | 👆 |
< | 👇 |
, | 👄 |
. | 👂 |
[ | 🔁 |
] | 🔚 |
Two example scripts are included in the examples/
directory: rot13.em
and hello_world.em
. They are the emojy version of the brainfuck examples from wikipedia.
The Code is under a AGPL license.