Remember that if you use my solution to project 2.2, you will set your regular credit
cap for project 3 at 90%.
I thought I made a mistake with the nil value in my version of
project 2.2, but, sadly, I was wrong. I'm sure you'll find some
real problems though! Here are some:
- The rule for comments in the lexical analyzer is broken.
Fix it.
- make_prim for strings should place a '\0' character in
the val.size() element of the ptr array.
Extra credit items for project 3:
- Doing eval - %10
- adding if and while - %5
- doing *rest parameters - %3