IUCompilerCourse / Essentials-of-Compilation

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

Treatment of machine integers (esp. in Python version) #133

Open AndrewTolmach opened 1 year ago

AndrewTolmach commented 1 year ago

p. 3 para -1 says that an $int$ in $\mathcal{L}_{int}$ is a 63-bit signed integer.

jsiek commented 1 year ago

The patch for doing machine arithmetic in Python would be much appreciated! Could you do a pull request with that?