IUCompilerCourse / python-student-support-code

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

Is there no interpreter for X86ProgramDefs? #35

Open waynee95 opened 3 months ago

waynee95 commented 3 months ago

When setting up a run-tests for L_fun for each pass, there seems to be a problem as there is no interpreter for the passes select_instructions, assign_homes and patch_instructions since these passes are neither C_fun nor x86.

Or am I missing something?