mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
5
6
c: bool = True
match c:
    case True:
        my_var = 10
    case False:
        my_var = 20