Exemplo n.º 1
0
 internal Interpreter(Symbols s)
 {
     Symbols = new Symbols(this);
     Symbols.CloneFrom(s);
 }