wiki:COP3402Spring2011

Version 3 (modified by admin, 13 years ago) (diff)

Fixed links.

COP 3402 (Systems Software) - Spring 2011

TA: Remo Pillat
E-Mail: rpillat@…

Office Hours: M 2:30 - 4:30 p.m. (HEC 308) [or by appointment]

Final Exam Preparation

  • I will have extended office hours on Monday, 25 April from 2:00 p.m. - 5:00 p.m. in HEC 308
  • Exam Review Session: Wednesday, 27 April from 12:00 p.m. - 2:00 p.m. in HEC 101

Lab Notes

Final Project


  • Skeleton code for the final project (contains a fully functional lexical analyzer and supplemental parsing routines)
  • If you are still struggling with the basic concept on how you would code a recursive descent parser in C, there is a pretty good tutorial on how you would implement expression parsing in C.

Assignments

Helpful Pages

Tools

  • Parsing Simulator : For generating FIRST and FOLLOW Sets as well as LL(1) and LR parsing tables
  • Exorciser : Generator of exercises in the theory of computing. Of interest for us the CKY parsing implementation.

Attachments (35)