comparison dmd/Declaration.d @ 16:5c9b78899f5d

Implemented methods for Tuples, fixed some linking issues.
author Robert Clipsham <robert@octarineparrot.com>
date Sun, 04 Apr 2010 22:41:11 +0100
parents 2cc604139636
children fd4acc376c45
comparison
equal deleted inserted replaced
15:da741eed6c00 16:5c9b78899f5d
88 super(id); 88 super(id);
89 } 89 }
90 90
91 void semantic(Scope sc) 91 void semantic(Scope sc)
92 { 92 {
93 assert(false);
94 } 93 }
95 94
96 string kind() 95 string kind()
97 { 96 {
98 assert(false); 97 assert(false);