rustpython 0.1.0

A python interpreter written in rust.
1
2
3
4
a = 8
b = 7
assert a+b == 15
# print(a+b)