Learning notes of Design and implement of Go Chapter 2 编译原理 编译的核心过程  词法与语法分析、类型检查和 AST 转换、通用 SSA 生成和 机器代码生成。 词法和语法分析  词法: 将字符序列转换为标记序列的过程...