Example #1
0
 public override string VisitNumber(NumberContext context)
 {
     return(Text(context.INT()));
 }