Exemplo n.º 1
0
 public SymbolScope(Scope parent) : base(parent)
 {
     Symbols = new Dictionary <Symbol, ExprOp>();
 }