Skip to content

Writing Compilers and Interpreters A Software Engineering Approach

Best in textbook rentals since 2012!

ISBN-10: 0470177071

ISBN-13: 9780470177075

Edition: 3rd 2009

Authors: Ronald Mak, Mak

List price: $68.00
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The Third Edition emphasizes modern software engineering practices in writing compilers and interpreters. Although its primary goal remains teaching these skills, the book can also be viewed as a modern software engineering book that uses writing compilers and interpreters as case studies. This edition keeps the same basic chapter organization as the second edition. The major changes includes new coverage of the Java Collections Framework and the Java Virtual Machine, UML, object-oriented programming, and XML and XML transformation tools. This is the definitive, up-to-date resource for IT professionals.
Customers also bought

Book details

List price: $68.00
Edition: 3rd
Copyright year: 2009
Publisher: John Wiley & Sons, Limited
Publication date: 9/28/2009
Binding: Paperback
Pages: 864
Size: 7.30" wide x 9.10" long x 2.00" tall
Weight: 3.498
Language: English

Introduction
Introduction
Framework I: Compiler and Interpreter
Scanning
The Symbol Table
Parsing Expressions and Assignment Statements
Interpreting Expressions and Assignment Statements
Parsing Control Statements
Interpreting Control Statements
Parsing Declarations
Type Checking
Parsing Programs, Procedures, and Functions
Interpreting Pascal Programs
An Interactive Source-Level Debugger
Framework II: An Integrated Development Environment (IDE)
Jasmin Assembly Language and Code Generation for the Java Virtual Machine
Compiling Programs, Assignment Statements, and Expressions
Compiling Procedure and Function Calls and String Operations
Compiling Control Statements, Arrays, and Records
Additional Topics
Index