Merged in PA1

This commit is contained in:
Sanjar Ahmadov
2021-03-23 19:24:50 -04:00
187 changed files with 10820 additions and 0 deletions
@@ -3,6 +3,7 @@ package chocopy.common.astnodes;
import chocopy.common.analysis.NodeAnalyzer;
import java_cup.runtime.ComplexSymbolFactory.Location;
/** A declaration of a variable (i.e., with type annotation). */
public class VarDef extends Declaration {
/** The variable and its assigned type. */