Cantitate/Preț
Produs

Introduction to Compiler Design: Undergraduate Topics in Computer Science

Autor Torben Ægidius Mogensen
en Limba Engleză Paperback – 9 noi 2017
The second edition of this textbook has been fully revised and adds material about loop optimisation, function call optimisation and dataflow analysis. It presents techniques for making realistic compilers for simple programming languages, using techniques that are close to those used in "real" compilers, albeit in places slightly simplified for presentation purposes.  All phases required for translating a high-level language to symbolic machine language are covered, including lexing, parsing, type checking, intermediate-code generation, machine-code generation, register allocation and optimisation, interpretation is covered briefly.

Aiming to be neutral with respect to implementation languages, algorithms are presented in pseudo-code rather than in any specific programming language, but suggestions are in many cases given for how these can be realised in different language flavours.
Introduction to Compiler Design is intended for an introductory course in compiler design, suitable for both undergraduate and graduate courses depending on which chapters are used.

 
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 23123 lei  3-5 săpt. +1824 lei  6-12 zile
  Springer International Publishing – 9 noi 2017 23123 lei  3-5 săpt. +1824 lei  6-12 zile
  Springer International Publishing – 6 ian 2024 29769 lei  38-45 zile

Din seria Undergraduate Topics in Computer Science

Preț: 23123 lei

Preț vechi: 28904 lei
-20%

Puncte Express: 347

Preț estimativ în valută:
4430 4799$ 3799£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 2823 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783319669656
ISBN-10: 3319669656
Pagini: 258
Ilustrații: XXI, 258 p. 102 illus.
Dimensiuni: 155 x 235 x 18 mm
Greutate: 0.4 kg
Ediția:2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science

Locul publicării:Cham, Switzerland

Cuprins

Lexical Analysis.-Syntax Analysis.-Scopes and Symbol Tables.-Interpretation.-Type Checking.-Intermediate-Code Generation.-Machine-Code Generation.-Register Allocation.-Functions.-Data Flow Analysis and Optimisation.- Optimisation for Loops.- Set Notation and Concepts.- Index

Notă biografică

The author has taught programming language design, implementation, and transformation at the University of Copenhagen for more than two decades.  

Textul de pe ultima copertă

The second edition of this textbook has been fully revised and adds material about loop optimisation, function call optimisation and dataflow analysis. It presents techniques for making realistic compilers for simple programming languages, using techniques that are close to those used in "real" compilers, albeit in places slightly simplified for presentation purposes.  All phases required for translating a high-level language to symbolic machine language are covered, including lexing, parsing, type checking, intermediate-code generation, machine-code generation, register allocation and optimisation, interpretation is covered briefly.

Aiming to be neutral with respect to implementation languages, algorithms are presented in pseudo-code rather than in any specific programming language, but suggestions are in many cases given for how these can be realised in different language flavours. 
Introduction to Compiler Design is intended for an introductory course in compiler design, suitable for both undergraduate and graduate courses depending on which chapters are used.

 

Caracteristici

Equips readers to write compilers, in different programming languages
The material presented has been extensively tested in teaching situations
Covers both basic techniques and optimisation, which are illustrated with examples and exercises
Includes supplementary material: sn.pub/extras