#hue program language
##Usage:
python hue.py yourhue.hue
####or as module:
import hue
hue.run(yourcode)
##commands reference
| hue | brainfuck |
|---|---|
| h | > |
| hu | < |
| hue | + |
| hueh | - |
| huehu | . |
| huehue | , |
| huehueh | [ |
| huehuehu | ] |
see https://www.facebook.com/photo.php?fbid=645866465460967 to understand the inspiration to build this interpreter.