CSE 131 Homeworks
- test1
- test3
- foo
- arithmetic_expression
- assignment_expression
- chained_expression
- equality_expression
-
- Finish ReturnStmt implementation. (check that the func type matches the return expression type)
- Refactor StmtBlock to check for expressions. Currently it only checks Stmts.
- ForStmt Check implementation
- Postfix CheckExpr implementation