Cantitate/Preț
Produs

Elements of Compiler Design

Autor Alexander Meduna
en Limba Engleză Hardback – dec 2007
Maintaining a balance between a theoretical and practical approach to this important subject, Elements of Compiler Design serves as an introduction to compiler writing for undergraduate students. From a theoretical viewpoint, it introduces rudimental models, such as automata and grammars, that underlie compilation and its essential phases. Based on these models, the author details the concepts, methods, and techniques employed in compiler design in a clear and easy-to-follow way.

From a practical point of view, the book describes how compilation techniques are implemented. In fact, throughout the text, a case study illustrates the design of a new programming language and the construction of its compiler. While discussing various compilation techniques, the author demonstrates their implementation through this case study. In addition, the book presents many detailed examples and computer programs to emphasize the applications of the compiler algorithms.

After studying this self-contained textbook, students should understand the compilation process, be able to write a simple real compiler, and easily follow advanced books on the subject.
Citește tot Restrânge

Preț: 61864 lei

Preț vechi: 76680 lei
-20%

Puncte Express: 928

Preț estimativ în valută:
11852 12838$ 10164£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781420063233
ISBN-10: 1420063235
Pagini: 286
Ilustrații: 110 b/w images and 500 equations
Dimensiuni: 188 x 261 x 24 mm
Greutate: 0.75 kg
Ediția:1
Editura: Auerbach Publications

Public țintă

Undergraduate computer science students.

Cuprins

PREFACE

INTRODUCTION
Mathematical Preliminaries
Compilation
Rewriting Systems

LEXICAL ANALYSIS
Models
Methods
Theory

SYNTAX ANALYSIS
Models
Methods
Theory

DETERMINISTIC TOP-DOWN PARSING
Predictive Sets and LL Grammars
Predictive Parsing

DETERMINISTIC BOTTOM-UP PARSING
Precedence Parsing
LR Parsing

SYNTAX-DIRECTED TRANSLATION AND INTERMEDIATE CODE GENERATION
Bottom-Up Syntax-Directed Translation and Intermediate Code Generation
Top-Down Syntax-Directed Translation
Symbol Table
Semantic Analysis
Software Tools for Syntax-Directed Translation

OPTIMIZATION AND TARGET CODE GENERATION
Tracking the Use of Variables
Optimization of Intermediate Code
Optimization and Generation of Target Code

CONCLUSION
APPENDIX: IMPLEMENTATION
BIBLIOGRAPHY
INDICES

Exercises appear at the end of each chapter.