Esempio n. 1
0
 public CodeExpression VisitBigLiteral(BigLiteral bigLiteral)
 {
     return(m.Prim(bigLiteral.Value));
 }
Esempio n. 2
0
 public void VisitBigLiteral(BigLiteral bigLiteral)
 {
     throw new NotImplementedException();
 }