Author Topic: Get Build Your Own Programming Language - Second Edition  (Read 307 times)

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35645
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Get Build Your Own Programming Language - Second Edition
« on: May 29, 2024, 05:44:40 PM »
Whatever your reasons, this book gives you the tools to succeed. You’ll build the front end of a compiler for your language and generate a lexical analyzer and parser using Lex and YACC tools.

Then you’ll explore a series of syntax tree traversals before looking at code generation for a bytecode virtual machine or native code.

In this edition, a new chapter has been added to assist you in comprehending the nuances and distinctions between preprocessors and transpilers. Code examples have been modernized, expanded, and rigorously tested, and all content has undergone thorough refreshing.

You’ll learn to implement code generation techniques using practical examples, including the Unicon Preprocessor and transpiling Jzero code to Unicon. You'll move to domain-specific language features and learn to create them as built-in operators and functions. You’ll also cover garbage collection.

Dr. Jeffery’s experiences building the Unicon language are used to add context to the concepts, and relevant examples are provided in both Unicon and Java so that you can follow along in your language of choice.

By the end of this book, you'll be able to build and deploy your own domain-specific language.

How to get it

Follow this link to get your copy of ' Build Your Own Programming Language - Second Edition' for this free guide. This link will redirect you to my One Drive account and click Download. [system administrator]

source