Checklist for Parser Generator 1. truth table program runs correctly (2) 2. JBasic interpreter runs correctly, on factorial.jb (2) 3. Error reported for JBasic interpreter with at least the line number (2) (on fact2.jb) 4. Can generate and compile parser for Java 1.4 grammar in reasonable time. (2) 5. nonllk.grammar and lr0.java runs correctly (2) 6. detects both reduce-reduce and shift-reduce conflicts (srr.grammar) (2) 7. Can handle operator precedence/associativity correctly (2) 8. No other problems detected (2) Total Possible: 16 points.