comparison dmd/RealExp.d @ 63:cab4c37afb89

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