Build your own Programming Language – Second Edition: A programmer’s guide to designing compilers, DSLs and interpreters for solving modern computing problems Front Cover

Build your own Programming Language – Second Edition: A programmer’s guide to designing compilers, DSLs and interpreters for solving modern computing problems

  • Length: 556 pages
  • Edition: 2
  • Publisher:
  • Publication Date: 2024-01-30
  • ISBN-10: 1804618020
  • ISBN-13: 9781804618028
  • Sales Rank: #0 (See Top 100 Books)
Description

Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing.

Key Features:

  • Solve pain points in your application domain by building a custom programming language
  • Learn how to create parsers, code generators, semantic analyzers, and interpreters
  • Target bytecode, native code, and preprocess or transpile code into another high level language

Book Description:

The need for different types of computer languages is growing, as is the need for domain-specific languages. Building your own programming language has its advantages, as it can be your antidote to the ever-increasing complexity of software.

In this book, you’ll start with implementing the frontend of a compiler for your language, including a lexical analyzer and parser, including the handling of parse errors. The book then covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine or native code. You’ll also manage data structures and output code when writing a preprocessor or a transpiler.

Moving ahead, you’ll learn how domain-specific language features are often best represented by operators and functions that are built into the language, rather than library functions. We’ll conclude with how to implement garbage collection. Throughout the book, Dr. Jeffery weaves in his experience from building the Unicon programming language to give better context to the concepts. Relevant examples are provided in Unicorn and Java so that you can follow the code of your choice. In this edition, code examples have been extended and further tested.

By the end of this book, you’ll be able to build and deploy your own domain-specific languages, capable of compiling and running programs.

What You Will Learn:

  • Perform requirements analysis for the new language and design language syntax and semantics
  • Write lexical and context-free grammar rules for common expressions and control structures
  • Develop a scanner that reads source code and generate a parser that checks syntax
  • Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor
  • Write tree traversals that insert information into the syntax tree
  • Implement a bytecode interpreter and run bytecode generated by your compiler
  • Write native code and run it after assembling and linking using system tools
  • Preprocess and transpile code from your language into another high level language
  • Implement garbage collection in your language

Who this book is for:

This book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. We assume most readers will have intermediate or better proficiency in a high level programming language such as Java or C++.

To access the link, solve the captcha.