大多数编译可分为三个主要阶段:语法分析(Parsing),转换和代码生成。
语法分析(Parsing)通常为两个阶段:词法分析和语法分析(Syntactic Analysis)。
转换:将已经生成的 AST 转化成另一种形式。
代码生成:大多是表示使用 AST 生成代码。
jamiebuilds/the-super-tiny-compiler: Possibly the smallest compiler ever
The Super Tiny Compiler - README.md
原文地址:https://www.cnblogs.com/jffun-blog/p/10327450.html
时间: 2024-10-05 04:00:01