Skip to content

Mdrs-Corp/the-mu-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The µ lang

The µ programming langage C based

Documentation

See the doc folder here

Execute your maginificient code

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)