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