Ejemplo n.º 1
0
 public object VisitPrimaryIntyLiteral(PrimaryIntyLiteral primaryIntyLiteral, object o)
 {
     Emit(Machine.LOADLop, 0, 0, Convert.ToInt32(primaryIntyLiteral.Value.Spelling));
     return(null);
 }
Ejemplo n.º 2
0
 public object VisitPrimaryIntyLiteral(PrimaryIntyLiteral primaryIntyLiteral, object o)
 {
     return(VariableType.ValueTypeEnum.INTY);
 }