rustpython 0.1.0

A python interpreter written in rust.
1
2
3
import dir_module
assert dir_module.value == 5
assert dir_module.value2 == 7