erg-lang / erg

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

Enhance compile-time verification capabilities #447

Closed mtshiba closed 11 months ago

mtshiba commented 11 months ago

This change allows, for example, numpy.ndarray.shape to be verified at compile time.

numpy