
Compiler Construction
An Introduction
Wirth(Author)
Addison Wesley (Publisher)
Published on 14. June 1996
Book
Mixed media product
192 pages
978-0-201-40353-4 (ISBN)
Description
A refreshing antidote to heavy theoretical tomes, this book is a concise, practical guide to modern compiler design and construction by an acknowledged master. Readers are taken step-by-step through each stage of compiler design, using the simple yet powerful method of recursive descent to create a compiler for Oberon-0, a subset of the author's Oberon language. The hands-on, pragmatic approach makes the book equally attractive for project-oriented courses in compiler design and for software engineers wishing to develop their skills in system software. A disk provided with the book gives full listings of the Oberon-0 compiler and associated tools. There is a bug in the installation of this disk, to correct please do the following: *Open the file install.inf in a text editor (e.g. Notepad), this file is found in the win_sys directory. *Scroll down until you find a section marked (files), this is the second last section and is very close to the bottom of the file. *Find the line readme.wri =$I, 9000,0,Information on Oberon, 0,0 and change it so that it reads readme.txt =$I, 9000,0,Information on Oberon, 0,0
More details
Language
English
Place of publication
Boston
United States
Publishing group
Pearson Education (US)
Target group
Professional and scholarly
Dimensions
Height: 230 mm
Width: 154 mm
Thickness: 14 mm
Weight
297 gr
ISBN-13
978-0-201-40353-4 (9780201403534)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Content
*Introduction *Language and Syntax *Regular Languages *Analysis of Context-free Languages *Attributed Grammars and Semantics *The Programming Language Oberon-0 *A Parser for Oberon-0 *Consideration of Context Specified by Declarations *ARISC-Architecture as Target *Expressions and Assignments *Conditional and Repeated Statements, Boolean Expressions *Procedures and the Concept of Locality *Elementary Data Types *Open Arrays, Pointers and Procedure Types *Modules and Separate Compilation *Code Optimisation and the Frontend/Backend Structure