rustpython 0.1.0

A python interpreter written in rust.
1
2
3
import os 

assert os.name == 'posix' or os.name == 'nt'