comparison dmd/ComplexExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
44 else 44 else
45 type = type.semantic(loc, sc); 45 type = type.semantic(loc, sc);
46 return this; 46 return this;
47 } 47 }
48 48
49 Expression interpret(InterState* istate) 49 Expression interpret(InterState istate)
50 { 50 {
51 assert(false); 51 assert(false);
52 } 52 }
53 53
54 string toChars() 54 string toChars()