comparison parser/Action.d @ 102:cd066f3b539a new_gen

Parsing methods in structs - error on semantics though.
author Anders Johnsen <skabet@gmail.com>
date Thu, 08 May 2008 10:32:41 +0200
parents 857f0d530789
children 7ff4bc2accf2
comparison
equal deleted inserted replaced
101:fea8d61a2451 102:cd066f3b539a
154 } 154 }
155 155
156 /** 156 /**
157 Add a struct member to a struct. 157 Add a struct member to a struct.
158 */ 158 */
159 void actOnStructMember(DeclT decl, ref Id type, ref Id name, ExprT init) 159 void actOnStructMember(DeclT st_decl, DeclT m_decl) //ref Id type, ref Id name, ExprT init)
160 { 160 {
161 return null; 161 return null;
162 } 162 }
163 163
164 /** 164 /**