编译原理
Table of Contents 1 编译器整体设计与实践 1.1 龙书 – 《Compilers Principles,Techniques, & Tool》 1.2 虎书 – 《Modern Compiler Implementation in C》 1.3 《Engineering a Compiler》 1.4 《编译原理实验教程》 1.5 《Crafting a compiler》 1.6 《编译器设计之路》 2 语言理论、编译器前端设计与实现 2.1 《Introduction to Automata Theory, Languages, and Computation》 2.2 《Programming Language Pragmatics》 2.3 《Practical Foundations for Programming Languages》 2.4 《 Design Concepts in Programming Language 》 2.5 《Principles of Program Analysis》 2.6 《Language Implementation Patterns – Create Your Own Domain-Specific and General Programming Languages》 2.7 《flex & Bison》