|
function checkVar( v : VarProps, vertex : Bool, vvars : Map<Int,VarProps>, p ) {
|
|
function checkVar( v : VarProps, vertex : Bool, vvars : Map<Int,VarProps>, p ) {
|
|
throw new Error("Variable " + v.v.name + " is used without being initialized", p);
|
|
throw new Error("Variable " + v.v.name + " is used without being initialized", p);
|