aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-15 22:46:51 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-15 22:46:51 +0800
commitdb4acddd22634b2873b7085ffc60df1ee726e5f3 (patch)
tree7fdf557a3e2f774c76455629314e55a6e1ec3649 /eval.h
parentfc7ce090eaaf1f9afefedd20fb63ca4b3a41eb39 (diff)
more docs
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h3
1 files changed, 1 insertions, 2 deletions
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: