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

Type the Python built-in APIs #213

Open mtshiba opened 2 years ago

mtshiba commented 2 years ago

I have made pyimport to look up .erg/lib/pystd/foo.d.er (in repository compiler/erg_compiler/lib/... or below) or .erg/lib/pystd/foo.d/__init__.d.er. Now we can type the Python built-in APIs in Erg. Now, We will start a project to type all Python built-in modules.

TODOs: