erg-lang / erg

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

Add NameResolver #267

Open mtshiba opened 1 year ago

mtshiba commented 1 year ago

Implement a name-resolver.

This allows for the separation of name resolution functionality from Context, as well as constant reordering and variable circularity checks.

TODOs: