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