| 3 | '''TA''': Steven Zittrower [[BR]] |
| 4 | '''Grader''': Wenhui Li [[BR]] |
| 5 | |
| 6 | == Lab Notes == |
| 7 | |
| 8 | Project |
| 9 | - [raw-attachment:COP3402_Lab_13.pdf Lab 13] (04/21/2011) - Final Project, Final Exam |
| 10 | |
| 11 | == Final Project == |
| 12 | |
| 13 | == Assignments == |
| 14 | |
| 15 | == Helpful Pages == |
| 16 | |
| 17 | - [wiki:COP3402Spring2011/InstallEclipseCpp Installing Eclipse for C/C++] |
| 18 | - [wiki:COP3402Spring2011/CompilerSettings Required Compiler Settings for all submitted Programs] |
| 19 | |
| 20 | == Tools == |
| 21 | |
| 22 | - Flex: [http://gnuwin32.sourceforge.net/packages/flex.htm Download for Windows] and [http://flex.sourceforge.net/manual/ Manual] |
| 23 | - Bison: [http://gnuwin32.sourceforge.net/packages/bison.htm Download for Windows] and [http://www.gnu.org/software/bison/manual/bison.html Manual] |
| 24 | ('''NOTE''': Make sure to install Bison in a path without any spaces, e.g. {{{C:\GnuWin32}}}) |
| 25 | |
| 26 | - [http://www.supereasyfree.com/software/simulators/compilers/principles-techniques-and-tools/parsing-simulator/parsing-simulator.php Parsing Simulator] : For generating FIRST and FOLLOW Sets as well as LL(1) and LR parsing tables |
| 27 | - [http://www.swisseduc.ch/compscience/exorciser/ Exorciser] : Generator of exercises in the theory of computing. Of interest for us the CKY parsing implementation. |