Online Library TheLib.net » Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs
cover of the book Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs

Ebook: Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs

00
12.02.2024
0
0
The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. However, creating a custom language isn't easy.

In this book, you'll be able to put the knowledge you gain to work in language design and implementation. You'll implement the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language (DSL) features are often best represented by operators and functions that are built into the language, rather than library functions. The book concludes by showing you how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts, while providing relevant examples in Unicon and Java.
Download the book Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs for free or read online
Read Download

Continue reading on any device:
QR code
Last viewed books
Related books
Comments (0)
reload, if the code cannot be seen