comparison trunk/src/dil/semantic/Interpreter.d @ 791:5fe89bb8cbdd

Implemented syntax tree copying.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 26 Feb 2008 20:13:41 +0100
parents c7a5499faa77
children c24be8d4f6ab
comparison
equal deleted inserted replaced
790:a83a07f6233d 791:5fe89bb8cbdd
23 Scope scop; 23 Scope scop;
24 InfoManager infoMan; 24 InfoManager infoMan;
25 25
26 static class Result : Expression 26 static class Result : Expression
27 { 27 {
28 override Result copy(){return null;}
28 } 29 }
29 30
30 static const Result NAR; /// Not a Result. Similar to NAN in floating point arithmetics. 31 static const Result NAR; /// Not a Result. Similar to NAN in floating point arithmetics.
31 32
32 static this() 33 static this()