IUCompilerCourse / Essentials-of-Compilation

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

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

Open AndrewTolmach opened 2 years ago

AndrewTolmach commented 2 years ago

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

jsiek commented 2 years ago

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