Jump to ratings and reviews
Rate this book

Writing Compilers and Interpreters: A Software Engineering Approach

Rate this book
Long-awaited revision to a unique guide that covers both compilers and interpreters Revised, updated, and now focusing on Java instead of C++, this long-awaited, latest edition of this popular book teaches programmers and software engineering students how to write compilers and interpreters using Java. You?ll write compilers and interpreters as case studies, generating general assembly code for a Java Virtual Machine that takes advantage of the Java Collections Framework to shorten and simplify the code. In addition, coverage includes Java Collections Framework, UML modeling, object-oriented programming with design patterns, working with XML intermediate code, and more.

1868 pages, Kindle Edition

First published January 1, 1991

33 people are currently reading
202 people want to read

About the author

Ronald Mak

9 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
21 (30%)
4 stars
29 (41%)
3 stars
13 (18%)
2 stars
6 (8%)
1 star
1 (1%)
Displaying 1 - 5 of 5 reviews
Profile Image for Amr Hesham.
46 reviews5 followers
January 20, 2021
A good book to practice multi topics in the same project compiler, oop principles, design pattern, and teach you how debugger and IDE created, But the problem is in some chapters the code is not complete and I recommend to start with Crafting Interpreter or Modern Compiler Implementation
Profile Image for William Cruise.
18 reviews8 followers
August 20, 2019
This would be a 5 star review, but the code examples get harder and harder to follow in later chapters, since the code listings are not complete in the text. Still, it gives excellent instruction on how to write a lexer, parser, interpreter, and compiler in Java.
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.