IUCompilerCourse / python-student-support-code

Support for for students (Python)
MIT License
57 stars 38 forks source link

Modify test framework to derive everything from compiler object #16

Open AndrewTolmach opened 1 year ago

AndrewTolmach commented 1 year ago

The list of passes, the compiler name, and the typecheck and interp dictionaries are now part of the compiler object, which significantly simplifies invoking the util.py code.

There is an associated PR for python_compiler.