Exercise

To get most out of this chapter, it is recommended to at least try the first exercise below

  1. Add support for multiplication and division to the calculator and allow computations on floating numbers f32. Can you include standard operator precedence?
  2. JIT with cranelift-simplejit
  3. JIT with gcc-jit