▲ 11 ▼ Book: Writing an Interpreter in Go interpreterbook.com posted by gopher 3070 days ago Coming soon. ▲ kenny 3029 days ago ▼ Looks like this book is out now. Book contents: How to build an interpreter for a C-like programming language from scratch What a lexer, a parser and an Abstract Syntax Tree (AST) are and how to build your own What closures are and how and why they work What the Pratt parsing technique and a recursive descent parser is What others talk about when they talk about built-in data structures What REPL stands for and how to build one Contributing ▲ andythomas 3066 days ago ▼ Any idea when this is coming out? Contributing ▲ kenny 3063 days ago ▼ Says Dec 2016. Contributing ▲ kenny 3070 days ago ▼ This book doesn't seem to be out yet but I'm leaving it up as it looks interesting. This article is also interesting on writing your own interpreter in Go. Contributing Register to comment or vote on this story
Looks like this book is out now. Book contents:
Any idea when this is coming out?
Says Dec 2016.
This book doesn't seem to be out yet but I'm leaving it up as it looks interesting. This article is also interesting on writing your own interpreter in Go.