Esempio n. 1
0
 public Entorno(Entorno anterior)
 {
     tabla         = new Dictionary <Token, Identifier>();
     this.anterior = anterior;
 }