
ارسال کتاب های زبان اصلی در بازه 8 الی 12 روزه انجام میشود.
-----------------------------------------------------------------------------------------
https://www.amazon.com/Writing-Compiler-Go-Thorsten-Ball-ebook/dp/B07FZWWVQT
==============================================================
Writing A Compiler In Go
by Thorsten Ball (Author)
This is the sequel to Writing An Interpreter In Go. We’re picking up right where we left off and write a compiler and a virtual machine for Monkey.
Runnable and tested code front and center, built from the ground up, step by step — just like before. But this time, we’re going to define bytecode, compile Monkey and execute it in our very own virtual machine. It’s the next step in Monkey’s evolution. It’s the sequel to … a programming language.
Writing A Compiler In Go is the sequel to Writing An Interpreter In Go.
It starts right where the first one stopped, with a fully-working, fully-tested Monkey interpreter in hand, connecting both books seamlessly, ready to build a compiler and a virtual machine for Monkey. In this book, we use the codebase (included in the book!) from the first part and extend it. We take the lexer, the parser, the AST, the REPL and the object system and use them to build a new, faster implementation of Monkey, right next to the tree-walking evaluator we built in the first book.