defLang Actually logic interpreter. Examples "hello" = "bye" print "hello" + " world!" That prints "bye world!" How to compile For compiling use g++: g++ def.cpp -o def -static