I primarily teach the following courses at BUCS:
I am scheduled to teach BU CAS CS525 in Fall, 2021.
Compiler Design and Implementation is a course that introduces students to some basics in the design and implementation of compilers. In this course, we are to teach the theory behind various components of a compiler as well as the programming techniques involved to put the theory into practice. The chosen programming language for implementation is ATS. However, you are free to choose another programming language (preferably, one of functional style) if you so wish.
First and foremost, if you are not sure about what is being asked to do, please seek clarification on the Piazza page.
If you feel that your work is not fairly graded, please raise your concern to me ASAP. If you don’t, then I could not tell.
You receive 10% bonus points for submitting each assignment on time.
For a programming task, your implementation must compile and pass a given test in order for you to receive any credit.
You can fix bugs in your code and submit for re-grading. There is an automatic 20% deduction of credit for each re-grading. For instance, if you earned 100 points on a re-grading, you would actually be credited with 80 points. A request needs to be explicitly made if you want something to be re-graded for the 2nd time.
Familiarity with programming in general:
ATS (this mode may be helpful if you use emacs to edit ATS source code)
Or any other programming languages you are comfortable with.