|
중간고사
- 컴파일러 개관
- Regular Expresssion
- RE => NFA => DFA = DFA with states minized
- Lex 프로그램
기말고사
- 개념 파악
- TopDown Parsing
- RDP, Nonrecursive Predictive Parsing
- Bottom Up Parsing
- Left recursion제거, left factoring 예
- Parsing Table 생성방법
- simple grammar 제시, augmented grammar, Collection of LR(1) sets, merging common stats, LALR parsing 생성
- Yacc 프로그램
|
|