erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Implement some Python built-in modules #104

Closed mtshiba closed 2 years ago

mtshiba commented 2 years ago

This PR allows loading of the importlib, io, socket, sys, and time modules (not all APIs are supported, however).