Writing Compilers and Interpreters : An Applied Approach Using C++ by Ronald L. Mak (1996, Trade Paperback)

russian book (257)
100% positive feedback
Price:
US $55.00
ApproximatelyRM 232.29
+ $25.00 shipping
Estimated delivery Wed, 10 Sep - Fri, 17 Oct
Returns:
No returns, but backed by .

About this product

Product Identifiers

PublisherWiley & Sons, Incorporated, John
ISBN-100471113530
ISBN-139780471113539
eBay Product ID (ePID)587720

Product Key Features

Number of Pages864 Pages
LanguageEnglish
Publication NameWriting Compilers and Interpreters : an Applied Approach Using C++
Publication Year1996
SubjectProgramming Languages / C++, Compilers
FeaturesRevised
TypeTextbook
AuthorRonald L. Mak
Subject AreaComputers
FormatTrade Paperback

Dimensions

Item Height1.8 in
Item Weight43.7 Oz
Item Length9.2 in
Item Width7.4 in

Additional Product Features

Edition Number2
Intended AudienceTrade
LCCN96-005938
Dewey Edition20
IllustratedYes
Dewey Decimal005.4/5
Edition DescriptionRevised edition
Table Of ContentReading and Listing the Source Program. Scanning. The Symbol Table. Parsing Expressions. Parsing Statements. Parsing Declarations. Parsing Programs, Procedures and Functions. Interpreting Declared Procedures and Functions. Interpreting Control Statements and the Standard Procedures and Functions. An Interactive Source-Level Debugger. Machine Architecture and Assembly Code. Compiling Procedures, Functions, and Assignment Statements. Compiling Control Statements. Advanced Concepts: An Overview. Appendices.
SynopsisQuickly master all the skills you need to build your own compilers and interpreters in C++ Whether you are a professional programmer who needs to write a compiler at work or a personal programmer who wants to write an interpreter for a language of your own invention, this book quickly gets you up and running with all the knowledge and skills you need to do it right. It cuts right to the chase with a series of skill-building exercises ranging in complexity from the basics of reading a program to advanced object-oriented techniques for building a compiler in C++. Here's how it works: Every chapter contains anywhere from one to three working utility programs that provide a firsthand demonstration of concepts discussed, and each chapter builds upon the preceding ones. You begin by learning how to read a program and produce a listing, deconstruct a program into tokens (scanning), and how to analyze it based on its syntax (parsing). From there, Ron Mak shows you step by step how to build an actual working interpreter and an interactive debugger. Once you've mastered those skills, you're ready to apply them to building a compiler that runs on virtually any desktop computer. Visit the Wiley Computer Books Web page at: http://www.wiley.com/compbooks/, Quickly master all the skills you need to build your own compilers and interpreters in C++ Whether you are a professional programmer who needs to write a compiler at work or a personal programmer who wants to write an interpreter for a language of your own invention, this book quickly gets you up and running with all the knowledge and skills you need to do it right. It cuts right to the chase with a series of skill-building exercises ranging in complexity from the basics of reading a program to advanced object-oriented techniques for building a compiler in C++. Here2s how it works: Every chapter contains anywhere from one to three working utility programs that provide a firsthand demonstration of concepts discussed, and each chapter builds upon the preceding ones. You begin by learning how to read a program and produce a listing, deconstruct a program into tokens (scanning), and how to analyze it based on its syntax (parsing). From there, Ron Mak shows you step by step how to build an actual working interpreter and an interactive debugger. Once you2ve mastered those skills, you2re ready to apply them to building a compiler that runs on virtually any desktop computer. Visit the Wiley Computer Books Web page at: http://www.wiley.com/compbooks/, Both compilers and interpreters are programs that translate high-level computer languages, the languages in which programmers do their work, into machine-executable code. Compilers translate an entire program at once, making it ready for execution. Interpreters are simpler and slower because they translate programs into machine language one command at a time.
LC Classification NumberQA76.76.C65M35 1996
No ratings or reviews yet
Be the first to write a review