comparison dmd/OrExp.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents 9e39c7de8438
children e3afd1303184
comparison
equal deleted inserted replaced
129:010eb8f0e18d 130:60bb0fe4563e
82 override void buildArrayIdent(OutBuffer buf, Expressions arguments) 82 override void buildArrayIdent(OutBuffer buf, Expressions arguments)
83 { 83 {
84 Exp_buildArrayIdent(buf, arguments, "Or"); 84 Exp_buildArrayIdent(buf, arguments, "Or");
85 } 85 }
86 86
87 override Expression buildArrayLoop(Arguments fparams) 87 override Expression buildArrayLoop(Parameters fparams)
88 { 88 {
89 return Exp_buildArrayLoop!(typeof(this))(fparams); 89 return Exp_buildArrayLoop!(typeof(this))(fparams);
90 } 90 }
91 91
92 override MATCH implicitConvTo(Type t) 92 override MATCH implicitConvTo(Type t)