diff options
Diffstat (limited to 'eval.h')
-rw-r--r-- | eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define EVAL_H #include "model.h" +const int EVAL_STACK_SIZE = 262144; /** @class Evaluator * A runtime platform of interpreting */ |