커뮤니티
컴파일러공지사항
제목:    컴파일러 시험 주제
  9202   김윤중

중간고사

  • 컴파일러 개관
  • Regular Expresssion
  • RE => NFA => DFA = DFA with states minized
  • Lex 프로그램

기말고사

  • 개념 파악
    • TopDown Parsing
      • RDP, Nonrecursive Predictive Parsing
    • Bottom Up Parsing
      • SLR,CLR, LALR
  • Left recursion제거, left factoring 예
  • Parsing Table 생성방법
    • simple grammar 제시, augmented grammar, Collection of LR(1) sets, merging common stats,  LALR parsing 생성
  • Yacc 프로그램