aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index e52d8c2..4d81616 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -131,6 +131,7 @@ typedef struct AstTreeVariable {
AstTree *value;
AstTree *initValue;
bool isConst;
+ bool isLazy;
} AstTreeVariable;
typedef struct AstTreeVariables {