rustpython 0.1.0

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

def import_file():
	assert os.path.basename(__file__) == "import_file.py"