mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
def my_fun(x: Int) => print(x)

my_fun(if True then 1 else 2)