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 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
转载于:https://my.oschina.net/edwardpku/blog/109942