Closed boxbeam closed 1 year ago
This can be done by modifying LexicalScope.resolve_propagate() to lookup names of standard library functions using a match statement if the name is not found in the existing scope - might require changing globals to a different type
LexicalScope.resolve_propagate()
globals
This can be done by modifying
LexicalScope.resolve_propagate()
to lookup names of standard library functions using a match statement if the name is not found in the existing scope - might require changingglobals
to a different type