Code Generation and Runtime Systems
After this section, you will finally be able to run programs written in your new programming language.
This section comprises the following chapters:
- Chapter 11, Preprocessors and Transpilers
- Chapter 12, Bytecode Interpreters
- Chapter 13, Generating Bytecode
- Chapter 14, Native Code Generation
- Chapter 15, Implementing Operators and Built-in Functions
- Chapter 16, Domain Control Structures
- Chapter 17, Garbage Collection
- Chapter 18, Final Thoughts