IUCompilerCourse / Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly
1.27k stars 137 forks source link

Fix parens around "super" #162

Closed DarshalShetty closed 1 year ago

DarshalShetty commented 1 year ago

super was not being invoked properly in the overridden method interp_exp of class inter-Lvar-class.