IUCompilerCourse / Essentials-of-Compilation

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

fix typo in InterpLvar python example #169

Open cagix opened 8 months ago

cagix commented 8 months ago

InterpLvar should be a class, not a function (Python example, page 15, section 2.1.1).

fixes #170