# lexer > (Lexical Analysis) 词法分析 # pproc > (Preprocessor) 预处理器 # parser > (Syntax analysis) 语法分析 ## sema > (Semantic Analysis) 语义分析 # ast > (Abstract Syntax Tree) 抽象语法树 # ast2ir > 抽象语法树到中间代码 # ir > (Intermediate Representation) 中间代码标识 ## cfg > (Control Flow Graph) 控制流图 ## hir > (High-Level Intermediate Representation) 高级中间代码标识 ## lir > (Low-Level Intermediate Representation) 低级中间代码标识 ## mir > (Machine Intermediate Representation) 机器中间代码标识 # ir2mcode > 中间代码到机器码 # mcode > (Machine Code) 机器码 # sccf > 统一输出格式 # target > 目标平台支持 ## Windows Portable Executable Format [Windows Portable Executable Format](https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#archive-library-file-format) [中文文档](https://learn.microsoft.com/zh-cn/windows/win32/debug/pe-format#archive-library-file-format)