rustpython 0.1.0

A python interpreter written in rust.
1
2
3
x = [1,999,3]
x[1] = 2
assert [1,2,3] == x