Example #1
0
File: Expr.cs Project: jmcd/WeeBas
 private Expr(string sign, Term term, IList <ExprCont> cont)
 {
     this.sign = sign;
     this.term = term;
     this.cont = cont;
 }