mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
5
6
7
def a := [ ]
def g := [ 1, 2 ]
def h := [ 4, 9 * 9 mod 3 ]

def i := [ x | x in h, x > 0, x > 3 ]
def j := [ (x, 0) | x in h, x > 0 ]
def k := [ x ^ 2 | x in 0..= 10 ]