mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
def x := [1, 2, 3]
def y := ["a", "b", "c"]

def xy := {{(l, m) | l in x, l > 0} | m in y, m != "c" }