comparison dmd/TypeSArray.d @ 12:832f71e6f96c

*Exp and *AssignExp arrayOp implementation added (might be a bit incomplete) Some unittest-specific functions implemented
author korDen
date Mon, 12 Apr 2010 15:13:00 +0400
parents 10317f0c89a5
children f23312cb6f2e
comparison
equal deleted inserted replaced
11:3356c90e9aac 12:832f71e6f96c
256 e = TypeArray.dotExp(sc, e, ident); 256 e = TypeArray.dotExp(sc, e, ident);
257 } 257 }
258 return e; 258 return e;
259 } 259 }
260 260
261 int isString() 261 bool isString()
262 { 262 {
263 assert(false); 263 assert(false);
264 } 264 }
265 265
266 bool isZeroInit(Loc loc) 266 bool isZeroInit(Loc loc)