public SymbolicValue PeekValue(int nth)
 {
     return(ExpressionStack.ToList()[nth]);
 }