diff options
Diffstat (limited to 'src/compiler/parser.h')
-rw-r--r-- | src/compiler/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/parser.h b/src/compiler/parser.h index 0e43c34..59bbaaf 100644 --- a/src/compiler/parser.h +++ b/src/compiler/parser.h @@ -134,6 +134,7 @@ typedef struct ParserNodeVariableMetadata { ParserNode *type; ParserNode *value; bool isLazy; + bool isComptime; } ParserNodeVariableMetadata; typedef struct ParserNodeFunctionDefnitionMetadata { |