rustpython 0.1.0

A python interpreter written in rust.
1
2
3
l = [1,2,3]
assert [1,2,3,4,5] == (l + [4,5])