Programming Language Processors In Java

Par : Deryck-F Brown, David-A Watt
Formats :
  • Paiement en ligne :
    • Livraison à domicile ou en point Mondial Relay estimée à partir du 20 mars
      Cet article sera commandé chez un fournisseur et vous sera envoyé 15 jours après la date de votre commande.
    • Retrait Click and Collect en magasin gratuit
  • Nombre de pages436
  • PrésentationRelié
  • Poids0.895 kg
  • Dimensions17,5 cm × 24,0 cm × 2,8 cm
  • ISBN0-13-025786-9
  • EAN9780130257864
  • Date de parution01/01/2000
  • ÉditeurPearson

Résumé

This book provides a gently paced introduction to techniques for implementing programming languages by means of compilers and interpreters, using the object-oriented programming language Java. The book aims to exemplify good software engineering principles at the same time as explaining the specific techniques needed to build compilers and interpreters. Features • The book shows clearly how a simple compiler can be decomposed into a syntactic analyzer, a contextual analyzer, and a code generator, communicating via an abstract syntax tree. • The book is accompanied by a complete working compiler and interpreter, provided via the Internet, and free of charge for educational use. • The book contains numerous exercises, together with sample answers to selected exercises. It also contains a number of suggested projects, involving extensions to the accompanying compiler. • All examples in the book are expressed in Java, and the compiler and interpreter are structured using object-oriented design patterns.