From db4acddd22634b2873b7085ffc60df1ee726e5f3 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 15 Aug 2013 22:46:51 +0800 Subject: more docs --- eval.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eval.h') diff --git a/eval.h b/eval.h index a824748..c0e03e1 100644 --- a/eval.h +++ b/eval.h @@ -3,9 +3,8 @@ #include "model.h" #include "types.h" -const int EVAL_STACK_SIZE = 262144; /** @class Evaluator - * A runtime platform of interpreting + * A realtime interpreting platform */ class Evaluator { private: -- cgit v1.2.3