/C-compiler

a simplify edition of C compiler

Primary LanguageC

C-- Compiler

一个简化版的C语言编译器,使用C语言编写

分为四个阶段

1、词法和语法分析

2、语义分析

3、中间代码生成

4、目标代码生成