Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 282 Bytes

Chapter6-0.md

File metadata and controls

7 lines (5 loc) · 282 Bytes

Thrift IDL Parsing 和 过程宏实现代码生成

本章内容较多,会分为几个小章节讲。

  • Chapter6-1: 基于 nom 的写 parser 极简教程 & 写 thrift parser
  • Chapter6-2: 基于 proc-macro2 和 darling 写过程宏
  • Chapter6-3: 代码生成器设计和编写