comparison dmd/GotoCaseStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 4290d870944a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
30 Statement semantic(Scope sc) 30 Statement semantic(Scope sc)
31 { 31 {
32 assert(false); 32 assert(false);
33 } 33 }
34 34
35 Expression interpret(InterState* istate) 35 Expression interpret(InterState istate)
36 { 36 {
37 assert(false); 37 assert(false);
38 } 38 }
39 39
40 BE blockExit() 40 BE blockExit()