Exemplo n.º 1
0
Arquivo: Expr.cs Projeto: jmcd/WeeBas
 private Expr(string sign, Term term, IList <ExprCont> cont)
 {
     this.sign = sign;
     this.term = term;
     this.cont = cont;
 }