IUCompilerCourse / Essentials-of-Compilation

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

Fix some typos. #129

Closed NoahStoryM closed 2 years ago

NoahStoryM commented 2 years ago

I noticed that the Racket code in the book often mixes _ and - , do these cases need to be fixed? Which one should be used if it's needed?