Checklist for Assignment P1 1) Have you tarred + gzipped the file as XXXXXXXX.P1.tar.gz (your 8-digit roll number) or zipped it to XXXXXXXX.tgz? 2) Does your tar.gz / .tgz file expand (by using the command tar xvzf) to the base directory named XXXXXXXX (your 8-digit roll number), with sub directory named PY within it, and which in turns contains all your files? 3) Have you removed the a.out files and other generated files from your tar ball? 4) Does the above created P1 contains P1.y, P1.l, that can be compiled using bison -d P1.y; flex P1.l; gcc P1.tab.c lex.yy.c -lfl -o P1? 5) Does your generated P1 take input from Standard Input (for usage of redirection) ? 6) Does your generated P1 write output to Standard Output (for usage of redirection) ? 7) Have you removed all the debugging messages that your program may output? 8) Is (some part of) the assignment plagiarized? 9) Any comments about your evaluation strategy :