Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 776 Bytes

emojy

A brainfuck dialect using emojis. Based on pocmos brainfuck imprementation in python

Commands

It uses the follwing mapping:

Brainfuck command Emoji
+ 👍
- 👎
> 👆
< 👇
, 👄
. 👂
[ 🔁
] 🔚

Example Scripts

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.

License

The Code is under a AGPL license.