Cantitate/Preț
Produs

Introduction to Compiler Design

Autor John I. Moore
en Limba Engleză Paperback – 27 oct 2019
This book is designed primarily for use as a textbook in a one-semester course on compiler design for undergraduate students and beginning graduate students. The only prerequisites for this book are familiarity with basic algorithms and data structures (lists, maps, recursion, etc.), a rudimentary knowledge of computer architecture and assembly language, and some experience with the Java programming language.
A complete study of compilers could easily fill several graduate-level courses, and therefore some simplifications and compromises are necessary for a one-semester course that is accessible to undergraduate students. Following are some of the decisions made in order to accommodate the goals of this book.
  1. The book has a narrow focus as a project-oriented course on compilers. Compiler theory is kept to a minimum, but the project orientation retains the "fun" part of studying compilers.
  2. The source language being compiled is relatively simple, but it is powerful enough to be interesting and challenging. It has basic data types, arrays, procedures, functions, and parameters, but it relegates many other interesting language features to the project exercises.
  3. The target language is assembly language for a virtual machine with a stack-based architecture, similar to but much simpler than the Java Virtual Machine (JVM). This approach greatly simplifies code generation. Both an assembler and an emulator for the virtual machine are provided on the course web site.
  4. No special compiler-related tools are required or used within the book. Students require access only to a Java compiler and a text editor, but most students will want to use Java with an Integrated Development Environment (IDE).
  5. One very important component of a compiler is the parser, which verifies that a source program conforms to the language syntax and produces an intermediate representation of the program that is suitable for additional analysis and code generation. There are several different approaches to parsing, but in keeping with the focus on a one-semester course, this book emphasizes only one approach, recursive descent parsing with one symbol lookahead.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (3) 19755 lei  3-5 săpt.
  SoftMoore Consulting – 27 oct 2019 19755 lei  3-5 săpt.
  SoftMoore Consulting – 4 oct 2020 22535 lei  3-5 săpt.
  SoftMoore Consulting – 4 oct 2020 22535 lei  3-5 săpt.

Preț: 19755 lei

Preț vechi: 24693 lei
-20% Nou

Puncte Express: 296

Preț estimativ în valută:
3780 3976$ 3159£

Carte disponibilă

Livrare economică 18 decembrie 24 - 01 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781734139105
ISBN-10: 1734139102
Pagini: 282
Dimensiuni: 191 x 235 x 16 mm
Greutate: 0.49 kg
Editura: SoftMoore Consulting

Notă biografică

John I. Moore, Jr., Professor Emeritus of Cyber and Computer Sciences at The Citadel in Charleston, SC, has a wide range of experience in both industry and academia, with specific expertise in the areas of object-oriented technology, software engineering, compilers, and mobile applications. For more than four decades John has designed and developed software using several high-order languages, and he has worked extensively in Java since version 1.1. In addition, he has developed and taught numerous academic courses and industrial seminars on advanced topics in computer science, training several thousand software professionals throughout the United States and Canada.