comparison dmd/MulExp.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
119 override void buildArrayIdent(OutBuffer buf, Expressions arguments) 119 override void buildArrayIdent(OutBuffer buf, Expressions arguments)
120 { 120 {
121 Exp_buildArrayIdent(buf, arguments, "Mul"); 121 Exp_buildArrayIdent(buf, arguments, "Mul");
122 } 122 }
123 123
124 override Expression buildArrayLoop(Arguments fparams) 124 override Expression buildArrayLoop(Parameters fparams)
125 { 125 {
126 return Exp_buildArrayLoop!(typeof(this))(fparams); 126 return Exp_buildArrayLoop!(typeof(this))(fparams);
127 } 127 }
128 128
129 override bool isCommutative() 129 override bool isCommutative()