Language Implementation Patterns : Pragmatic Programmers - Terence Parr
eTextbook alternate format product

Instant online reading.

Language Implementation Patterns

By: Terence Parr

Paperback | 19 January 2010

At a Glance

Paperback


$36.75

or 4 interest-free payments of $9.19 with

 or 
In Stock and Aims to ship in 1-2 business days

Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language tailored to make you efficient in a particular domain. The key is understanding the common patterns found across language implementations. "Language Design Patterns" identifies and condenses the most common design patterns, providing sample implementations of each. The pattern implementations use Java, but the patterns themselves are completely general. Some of the implementations use the well-known ANTLR parser generator, so readers will find this book an excellent source of ANTLR examples as well. But this book will benefit anyone interested in implementing languages, regardless of their tool of choice. Other language implementation books focus on compilers, which you rarely need in your daily life. Instead, "Language Design Patterns" shows you patterns you can use for all kinds of language applications. You'll learn to create configuration file readers, data readers, model-driven code generators, source-to-source translators, source analyzers, and interpreters. Each chapter groups related design patterns and, in each pattern, you'll get hands-on experience by building a complete sample implementation. By the time you finish the book, you'll know how to solve most common language implementation problems.

Industry Reviews

""Throw away your compiler theory book! Terence Parr shows how to write practical parsers, translators, interpreters, and other language applications using modern tools and design patterns. Whether you're designing your own DSL or mining existing code for bugs or gems, you'll find example code and suggested patterns in this clearly written book about all aspects of parsing technology.""--Guido van Rossum, Creator of the Python language

""This text is excellent. The exposition plus the examples makes otherwise complex ideas very clear and accessible. Well done!""--Tom Nurkkala, Associate Professor, Computer Science and Engineering, Taylor University

More in Compilers & Interpreters

FORTRAN Programming in Easy Steps : In Easy Steps - Mike McGrath

RRP $41.99

$34.80

17%
OFF
Definitive ANTLR 4 Reference : 2nd Edition - Terence Parr

RRP $70.35

$37.90

46%
OFF
NUnit Pocket Reference : Pocket Reference (O'Reilly) - Bill Hamilton
Flex & Bison [With Access Code] : O'Reilly Ser. - John Levine

RRP $57.00

$30.50

46%
OFF
Modern Systems Programming with Scala Native - Richard Whaling

RRP $87.35

$42.75

51%
OFF
Metaprogramming Elixir - Chris Mccord

RRP $32.35

$15.25

53%
OFF
Java For Dummies : Java for Dummies - Barry Burd

RRP $57.95

$44.25

24%
OFF
Compilers : Principles, Techniques, and Tools - Alfred Aho

RRP $295.96

$266.75

10%
OFF
Compilers : A Practical Approach - James E Jr Miller