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
5
kaam add(a, b) {
    wapis a + b;
}

bolo(add(3.4, 2.3)); // Prints 5.7