source-academy / py-slang

Python sublanguage for SICP
Apache License 2.0
0 stars 0 forks source link

Eventually re-enable resolver #10

Closed Fidget-Spinner closed 2 months ago

Fidget-Spinner commented 1 year ago

The resolver is great tool to help detect errors before a program is run.

Eventually, we should record all the builtins in Python S1 and add them to the builtins namespace in a modular manner, then re-enable the resolver.