@@ -176,9 +176,9 @@ } throw new PolemyRuntimeException(sprintf!"Unknown Kind of Expression %s at [%s]"(typeid(_e), _e.pos)); } -import std.stdio; +/* unittest { auto r = evalString(`var x = 21; x = x + x*x;`); assert( r.val == new IntValue(BigInt(21+21*21)) ); @@ -228,4 +228,5 @@ { fib(x-1) + fib(x-2); }; }; print(fib(10));`); } +*/