Operating System Design :: Lessons :: Code Generation
Code Generation
For this lesson you should read Chapter 11 from the book Building a Modern Computer From First Principles. After reading the chapter you should be able to do the following:
- Describe what a compiler is and its role in the design of a computer programming language.
- Create a symbol table module as part of a syntax analyzer.
- Create a full compiler with code generation features.