The µ programming langage C based
See the doc folder here
Just type in your command line where you downloaded the interpreter :
gcc main.c -o dicke
Now that's it's compiled you just need to run the interpreter with:
./dicke your_script.µ
You can also use our Read Execute Print Loop with
rlwrap ./REPL.bash
you may need to install rlwrap (availble on aptitude and pacman)