My solutions for the exercises from the book "Compilers: Principles, Techniques, and Tools"
- Introduction
- 1.1 Language Processors
- 1.3 The Evolution of Programming Languages
- 1.6 Programming Langugage Basics
- A Simple Syntax-Directed Translator
- 2.2 Syntax Definition
- 2.3 Syntax-Directed Translation
- 2.3.6 Exercises for Section 2.3
- 2.4 Parsing
- 2.4.6 Exercises for Section 2.4
- 2.6 Lexical Analysis
- 2.6.6 Exercises for Section 2.6