qalam 0.3.1

Interpreter for the Qalam programming language. Qalam is a dead-simple, Urdu inspired, interpreted programming langauge.
Documentation
1
2
3
4
rakho a = 1;
rakho b = 2;
// prints 3
bolo a + b;