Cantitate/Preț
Produs

Compiler Construction Using Java, JavaCC and Yacc

Autor AJ Dos Reis
en Limba Engleză Hardback – 19 ian 2012
A student-friendly, course-friendly guide to compiler theory, applications, and programming technology Compiler construction is a tricky subject, involving theory, the application of that theory, and programming technology. Virtually every day, advances in computer technology propel advances in compiler technology. Compiler Construction Using Java, JavaCC, and Yacc covers every topic essential to learning compilers from the ground up and is accompanied by a powerful and flexible software package for evaluating projects as well as several tutorials, well-defined projects, and test cases. While the coverage of JavaCC is entirely optional, this book provides the only comprehensive introduction to the topic currently available. Far easier to read and understand than any other compiler guide, this book sets a new standard for learning this invaluable skill. It provides: * Strong coverage of formal languages, including context-sensitive and unrestricted languages as well as regular and context-free languages * A clear exposition of compiler design and implementation theory * Numerous well-defined projects, using source language with six levels of complexity * A complete teaching support software package that evaluates compiler projects for correctness, run time, and size of code, and runs on multiple platforms * Immediate feedback for students on their projects Compiler Construction Using JavaTM, JavaCC, and Yacc provides substantial support for each project, many of which are incremental enhancements of previous projects. The goals at each new level are challenging but achievable and can be reached in several different ways, for example, by writing a compiler or interpreter by hand, with JavaCC, or with Yacc.
Citește tot Restrânge

Preț: 68559 lei

Preț vechi: 75340 lei
-9% Nou

Puncte Express: 1028

Preț estimativ în valută:
13121 13842$ 10935£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780470949597
ISBN-10: 0470949597
Pagini: 664
Dimensiuni: 178 x 254 x 36 mm
Greutate: 1.23 kg
Editura: Wiley
Locul publicării:Hoboken, United States

Public țintă

Java programmers, Java developers, application developers, practitioners teaching themselves parsing techniques, Java researchesr, software architects

Cuprins


Notă biografică

Anthony J. Dos Reis is Associate Professor of Computer Science at the State University of New York at New Paltz. Before becoming a professor, Dr. Dos Reis worked at IBM as a systems programmer, creating IBM operating systems and compilers. His teaching interests include computer engineering, program translation, Java, and formal languages.

Descriere

* Strong coverage of formal languages. The target languages (one is stack-oriented like Java's bytecode; the other is register oriented) are very easy to learn but are sufficiently powerful to support advanced compiler projects * Provides numerous, well-defined projects along with test cases.