Chapter 3. Extending the Frontend and Adding JIT Support
In this chapter, we will cover the following recipes:
- Handling decision making paradigms – if/then/else constructs
- Generating code for loops
- Handling user-defined operators – binary operators
- Handling user-defined operators – unary operators
- Adding JIT support