rustpython 0.1.0

A python interpreter written in rust.
1
2
3
word = "Python"
assert "on" == word[4:42]
assert "" == word[42:]