BAB

@cyfeng44

BAB no introduction.

All Personal Contributions
Forks Pause/Closed

    peter peng/openCompiler

    本编译器设计分为三段式: 前端、优化器和后端。前端负责解析源代码,检查语法错误,并将其翻译为抽象的语法树;优化器对这一中间代码进行优化, 使代码更高效;后端则负责将优化器优化后的中间代码转换为目标机器的机器码

Search