IUCompilerCourse / Essentials-of-Compilation

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

Match on empty list instead of pattern variable in partial evaluator for R0 #44

Closed onelharrison closed 4 years ago

onelharrison commented 4 years ago

This PR corrects the pattern case/clause for the R0 partial evaluator to accurately reflect the R0 grammar.