Compilers Notes: 01

compilers outline:

1.Lexical Analysis
2.Parsing
3.Semantic Analysis
4.Optimization
5.Code Generation

1&2 语法

3 type, scope

5 translation to machine code, byte code or another language

你可能感兴趣的:(Compilers Notes: 01)