株式会社極東書店トップ商品一覧Introduction to Compiler Construction in a Java World.

商品詳細

Introduction to Compiler Construction in a Java World.

Introduction to Compiler Construction in a Java World.

・ISBN 978-1-4398-6088-5 hard GB£ 103.99

¥32,943.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 9780429067747
著者・編者Campbell, Bill / Iyer, Swami / Akbal-Delibas, Bahar,
出版社 (Chapman & Hall/CRC, US)
出版年月2012
ページ数382 pp.
言語ENG
ニュース番号<A02-72615>

解説

Immersing students in Java and the Java Virtual Machine (JVM), Introduction to Compiler Construction in a Java World enables a deep understanding of the Java programming language and its implementation. The text focuses on design, organization, and testing, helping students learn good software engineering skills and become better programmers.

The book covers all of the standard compiler topics, including lexical analysis, parsing, abstract syntax trees, semantic analysis, code generation, and register allocation. The authors also demonstrate how JVM code can be translated to a register machine, specifically the MIPS architecture. In addition, they discuss recent strategies, such as just-in-time compiling and hotspot compiling, and present an overview of leading commercial compilers. Each chapter includes a mix of written exercises and programming projects.

By working with and extending a real, functional compiler, students develop a hands-on appreciation of how compilers work, how to write compilers, and how the Java language behaves. They also get invaluable practice working with a non-trivial Java program of more than 30,000 lines of code. Fully documented Java code for the compiler is accessible at http://www.cs.umb.edu/j--/