Информатика и вычислительная техника
  • формат pdf
  • размер 596,69 КБ
  • добавлен 11 марта 2013 г.
Wirth Nicklaus. Compiler Construction
Полное название: Theory and Techniques of Compiler Construction. An Introduction. Zürich, 2005
Это слегка пересмотренная версия книги, опубликованой Addison-Wesley в 1996.
Книгу можно рассматривать как очень расширенную версию главы 5 "Структура языков и трансляторы" книги "Алгоритмы+Структуры данных=Программы".
Contents
Preface
1. Introduction
2. Language and Syntax
3. Regular Languages
4. Analysis of Context-free Languages
5. Attributed Grammars and Semantics
6. The Programming Language Oberon-0
7. A Parser for Oberon-0
8. Consideration of Context Specified by Declarations
9. A RISC Architecture as Target
10. Expressions and Assignments
11. Conditional and Repeated Statements and Boolean Epressions
12. Procedures and the Concept of Locality
13. Elementary Data Types
14. Open Arrays, Pointers and Procedure Types
15. Modules and Separate Compilation
16. Code Optimizations and the Frontend/backend Structure
Appendix A: Syntax
Appendix B: The ASCII character set
Appendix C: The Oberon-0 compiler