E-Book, Englisch, 864 Seiten, E-Book
Mak Writing Compilers and Interpreters
3. Auflage 2011
ISBN: 978-1-118-07973-7
Verlag: John Wiley & Sons
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
A Software Engineering Approach
E-Book, Englisch, 864 Seiten, E-Book
ISBN: 978-1-118-07973-7
Verlag: John Wiley & Sons
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Long-awaited revision to a unique guide that covers both compilersand interpreters Revised, updated, and now focusing on Java insteadof C++, this long-awaited, latest edition of this popular bookteaches programmers and software engineering students how to writecompilers and interpreters using Java. You?ll write compilers andinterpreters as case studies, generating general assembly code fora Java Virtual Machine that takes advantage of the Java CollectionsFramework to shorten and simplify the code. In addition, coverageincludes Java Collections Framework, UML modeling, object-orientedprogramming with design patterns, working with XML intermediatecode, and more.
Autoren/Hrsg.
Weitere Infos & Material
Introduction.
Chapter 1 Introduction.
Chapter 2 Framework I: Compiler and Interpreter.
Chapter 3 Scanning.
Chapter 4 The Symbol Table.
Chapter 5 Parsing Expressions and Assignment Statements.
Chapter 6 Interpreting Expressions and Assignment Statements.
Chapter 7 Parsing Control Statements.
Chapter 8 Interpreting Control Statements.
Chapter 9 Parsing Declarations.
Chapter 10 Type Checking.
Chapter 11 Parsing Programs, Procedures, and Functions.
Chapter 12 Interpreting Pascal Programs.
Chapter 13 An Interactive Source-Level Debugger.
Chapter 14 Framework II: An Integrated Development Environment (IDE).
Chapter 15 Jasmin Assembly Language and Code Generation for the Java Virtual Machine.
Chapter 16 Compiling Programs, Assignment Statements, and Expressions.
Chapter 17 Compiling Procedure and Function Calls and String Operations.
Chapter 18 Compiling Control Statements, Arrays, and Records.
Chapter 19 Additional Topics.
Index.