aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/parser.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-12 18:03:30 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-12 18:03:30 +0330
commitd8d12f033831a6ed76049209d52450a7001a6879 (patch)
treeab5e6aef5975d14ccd54df293f59ae0122ffd56e /src/compiler/parser.h
parentb80c60e53699c5bc8744269f0664ba07956e4614 (diff)
removing lazy because macro can do the job
Diffstat (limited to 'src/compiler/parser.h')
-rw-r--r--src/compiler/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/parser.h b/src/compiler/parser.h
index 3db1d3d..9a7ac74 100644
--- a/src/compiler/parser.h
+++ b/src/compiler/parser.h
@@ -156,7 +156,6 @@ typedef struct ParserNodeVariableMetadata {
ParserNode *name;
ParserNode *type;
ParserNode *value;
- bool isLazy;
bool isComptime;
} ParserNodeVariableMetadata;