mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a: int = 10
b: int = 20
c: int = 30
d: int = 40
e: int = 50
f: int = 60
g: int = 70
h: int = 80
i: int = 90
j: int = 100

~a
a << b
c >> d
e & f
g | h
i ^ j