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