[资源介绍]
Writing An Interpreter In Go | Thorsten Ball
This book takes you from 0 lines of code to a fully working interpreter for the Monkey programming language. Step by step. All code shown and included. Fully unit tested.
- 用 Go 编写解释器 - 本书介绍了数十种编写地道、富有表现力且高效的 Go 代码的技巧,避免了常见的陷阱。