예제 #1
0
 public SymbolScope(Scope parent) : base(parent)
 {
     Symbols = new Dictionary <Symbol, ExprOp>();
 }