注重体验与质量的电子书资源下载网站
分类于: 设计 计算机基础
简介
Writing An Interpreter In Go 豆 9.4分
资源最后更新于 2020-09-04 14:47:04
作者:Thorsten Ball
出版社:Thorsten Ball
出版日期:2017-01
ISBN:9783000558085
文件格式: pdf
标签: Go 编译原理 计算机 编译器 计算机科学 Programming 解释器 软件开发
简介· · · · · ·
In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language.
Step by step. From tokens to output. All code shown and included. Fully tested.
Buy this book to learn:
How to build an interpreter for a C-like programming language from scratch
What a lexer, a parser an...