Study note

Writing An Interpreter In Go

Properties

Type
Books
Status
想读
Domain
Compilers / PL
Category
解释器、虚拟机与语言实现
Source
edu.anarcho-copy.org
Vault note
library/books/compilers/Writing-An-Interpreter-In-Go-89f5b2a9667ce8c1.md

Summary

Thorsten Ball 的解释器实现书,从零开始用 Go 构建 Monkey 语言解释器,覆盖 lexer、parser、AST、Pratt parsing、recursive descent、REPL、闭包、内置数据结构和求值器。

Highlights

强调工作代码、标准库手写、完整测试和逐步构建,适合想用真实项目理解解释器和编程语言实现的人。

Notes

Thorsten Ball;2016。

Comments

Loading comments...