Compilers & Programming Languages
tip
Recommend taking a look at theory of computation and automata first.
info
Originally, compilers and programming language (formerly called programming language theory) were separated. However, because the two are really related, I decided to merge them.
Main Source:
- Introduction to Compilers and Language Design — Douglas Thain (book 1)
- Programming Language Pragmatics — Michael L. Scott (book 2)
All pages
- CPL Fundamentals
- Compiler Frontend
- Programming Languages Constructs
- Compiler Backend
- Other Programming Model