Marktplatzangebote
2 Angebote ab € 5,00 €
  • Broschiertes Buch

Der Compiler ist ein Herzstück der Systemsoftware: Er übersetzt aus einer Hochsprache wie C oder Pascal in die Sprache des Prozessors. Wie man einen Compiler 'baut', erklärt dieses Lehrbuch für fortgeschrittene Studenten. Dabei wird weniger auf Spezialfälle als auf grundlegende Techniken und Konzepte Wert gelegt; Schwerpunkte bilden Verfahren der Implementation und der Optimierung. Die Kunst des Compilerbaus - praxisnah, aus erster Hand! (11/99)
While focusing on the essential techniques common to all language paradigms, this book provides readers with the skills required for modern
…mehr

Produktbeschreibung
Der Compiler ist ein Herzstück der Systemsoftware: Er übersetzt aus einer Hochsprache wie C oder Pascal in die Sprache des Prozessors. Wie man einen Compiler 'baut', erklärt dieses Lehrbuch für fortgeschrittene Studenten. Dabei wird weniger auf Spezialfälle als auf grundlegende Techniken und Konzepte Wert gelegt; Schwerpunkte bilden Verfahren der Implementation und der Optimierung. Die Kunst des Compilerbaus - praxisnah, aus erster Hand! (11/99)

While focusing on the essential techniques common to all language paradigms, this book provides readers with the skills required for modern compiler construction. All the major programming types (imperative, object-oriented, functional, logic, and distributed) are covered. Practical emphasis is placed on implementation and optimization techniques, which includes tools for automating compiler design.

"There's nothing this programmer likes more in a book than a structured, logical layout, and Modern Compiler Design has it by the bucketful. [...] this excellent book covers not just procedural languages, but object-oriented, functional, logic and parallel/distributed languages too. [...] a well-written and thorough book [...] recommended for the compiler novice." - David Johns in Application Development Advisor, Nov/Dec 2000

From Program Text to Abstract Syntax Tree.

Annotating the Abstract Syntax Tree - The Context.

Processing the Intermediate Code.

Memory Management.

Imperative and Object-Oriented Programs.

Functional Programs.

Logic Programs.

Parallel and Distributed Programs.

Appendix.

Answers to Exercises.

References.

Index.
Rezensionen
"...an excellent introduction to the history and inner workings of the compiler.""Thankfully the book has a very readable style...""...a well written and thorough book that is recommended for the compiler novice." Application Development Advisor, November 2000
From the reviews of the second edition:

"This large, updated new edition ... provides excellent coverage of the design segment. The writing is clear and accessible; the material is well organized and complete; the references are extensive (over 300) and the student exercises are well conceived ... . the essence of the book is the middle ground between the two: how compilers are structured and how the substructures of a compiler relate to one another. Summing Up: Recommended. Computer science collections, upper-division undergraduates and above." (C. Vickery, Choice, Vol. 50 (6), February, 2013)