s -> label s1 s1 -> ID EQ e s1 -> GOTO ID IF e s1 -> e label -> ID COLON label label -> e -> NUMBER e -> ID etail etail -> etail -> LPAREN plist RPAREN plist -> plist -> e ptail ptail -> ptail -> COMMA e ptail
Given the above grammar:
Please hand in your solution prior to 11am on Monday April 16. No late papers will be accepted.
You are expected to do your own work on this assignment.
Comments and questions should be directed to pjh@cs.unh.edu