Ejemplo n.º 1
0
 /// <summary>Pushes a new set of variables, to start a scope.</summary>
 public void PushVarSet()
 {
     LVarIDs.Push(CLVariables.Count);
     CLVariables.Add(new List <SingleCILVariable>());
 }