comparison dmd/MulAssignExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 832f71e6f96c
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
81 } 81 }
82 } 82 }
83 return this; 83 return this;
84 } 84 }
85 85
86 Expression interpret(InterState* istate) 86 Expression interpret(InterState istate)
87 { 87 {
88 assert(false); 88 assert(false);
89 } 89 }
90 90
91 void buildArrayIdent(OutBuffer buf, Expressions arguments) 91 void buildArrayIdent(OutBuffer buf, Expressions arguments)