커뮤니티
컴파일러공지사항
제목:    Quiz Test of Compiler Subject
  1822   김윤중

 Topdown Parsing

  • A simple grammar will be given
  • Eliminate ambiguious componejnts for the grammar using the priority  and associativities of the operators
  • Eliminate the left recursive components for the grammar
  • Make them left fectored if needed
  • Ggenerate a predictive parsing table from grammar
  • Show the predictive parsing procedure for a srting using the generated parsing table.

Date : 2012.11.19  9:00AM