Emoji To Python Transpiler - Having Fun With Emojis
The idea behind emojpy is to build a valid transpiler for code expressed trough emojis. It supports 3.6+ python.
Basic Python Example:
a = 'Hello World'
print(a)
Emojpy Script
🔑😜
😜 = 'Hello World'
📣(😜)
From beginning emojpy contains the possibility to define you own emojpy-dialect.
Default file extension for emojpy files is .💎
Note: In future Versions this will be changebale in the dialect file
This transpiler supports emojis expressed trough unicode. An example of unicode emojis you can find here.
Under examples you will find some very simple working examples. Learn how to execute them with the parsing script in examples doc.
Features For Release Version 1.0
[ ] Transpiler from emojpy to python*
[ ] Transpiler from python to emojpy*
[ ] Draft for dialect files*
*supporting all 35 python keywords, numbers and variable declaration