In this assignment, you will implement the semantic analysis for the Lacs language.
In Typer.scala, complete the implementations of:
parseType
parseVarDefs
val
s and def
s in
ProcedureScope
typeOf
You can find the specification of the Lacs language here.