Exercise
To get most out of this chapter, it is recommended to at least try the first exercise below
- Add support for multiplication and division to the calculator and allow computations on floating numbers
f32
. Can you include standard operator precedence? - JIT with cranelift-simplejit
- JIT with gcc-jit