comparison dmd/ModExp.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
81 override void buildArrayIdent(OutBuffer buf, Expressions arguments) 81 override void buildArrayIdent(OutBuffer buf, Expressions arguments)
82 { 82 {
83 Exp_buildArrayIdent(buf, arguments, "Mod"); 83 Exp_buildArrayIdent(buf, arguments, "Mod");
84 } 84 }
85 85
86 override Expression buildArrayLoop(Arguments fparams) 86 override Expression buildArrayLoop(Parameters fparams)
87 { 87 {
88 return Exp_buildArrayLoop!(typeof(this))(fparams); 88 return Exp_buildArrayLoop!(typeof(this))(fparams);
89 } 89 }
90 90
91 override Identifier opId() 91 override Identifier opId()