
Compiler Construction
Fundamentals and Applications
- Publisher's listprice EUR 58.84
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 8% (cc. 1 997 Ft off)
- Discounted price 22 963 Ft (21 869 Ft + 5% VAT)
24 959 Ft
Availability
Not yet published.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Publisher Springer
- Date of Publication 7 June 2025
- Number of Volumes 1 pieces, Book
- ISBN 9783031848124
- Binding Paperback
- No. of pages251 pages
- Size 240x168 mm
- Language English
- Illustrations 125 Illustrations, black & white; 3 Illustrations, color 700
Categories
Short description:
, .NET and compiler-generating systems.
MoreLong description:
This textbook covers the fundamentals of compiler construction, from lexical analysis and syntax analysis to semantic processing and code generation. As a running example, a compiler for a simple Java-like programming language (MicroJava) is described and developed. It generates executable bytecode similar to Java bytecode. Other topics include the description of translation processes using attributed grammars and the use of a compiler generator to automatically generate the core parts of a compiler. For syntax analysis, the book concentrates on top-down parsing using recursive descent, but also describes bottom-up parsing. All code examples are presented in Java.
A companion web page contains a full set of PowerPoint slides for an introductory compiler course, sample solutions for more than 70 exercises provided at the end of each chapter to practice and reinforce the content of that chapter, and the full source code of the MicroJava compiler as well as other code samples. In addition, the open-source compiler generator Coco/R described in the book is provided as an executable and in source code.
The book targets both students of Computer Science or related fields as well as practitioners who want to apply basic compiling techniques in their daily work, e.g., when crafting software tools. It can be used as a textbook for an introductory compiler course on which more advanced courses on compiler optimizations can be based.
MoreTable of Contents:
1. Overview.- 2. Lexical Analysis.- 3. Syntax Analysis.- 4. Attributed Grammars.- 5. Symbol Table.- 6. Code Generation.- 7. The Compiler Generator Coco/R.- 8. Bottom-up Syntax Analysis.
More