文件名称:Writing An Interpreter In Go.pdf
文件大小:14.72MB
文件格式:PDF
更新时间:2021-08-28 12:09:50
go 解释型语言
PDF版 用Go实现一门解释型语言。 Buy this book to learn: 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