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