comparison dmd/MinExp.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
146 override void buildArrayIdent(OutBuffer buf, Expressions arguments) 146 override void buildArrayIdent(OutBuffer buf, Expressions arguments)
147 { 147 {
148 Exp_buildArrayIdent(buf, arguments, "Min"); 148 Exp_buildArrayIdent(buf, arguments, "Min");
149 } 149 }
150 150
151 override Expression buildArrayLoop(Arguments fparams) 151 override Expression buildArrayLoop(Parameters fparams)
152 { 152 {
153 return Exp_buildArrayLoop!(typeof(this))(fparams); 153 return Exp_buildArrayLoop!(typeof(this))(fparams);
154 } 154 }
155 155
156 override Identifier opId() 156 override Identifier opId()