summaryrefslogtreecommitdiff
path: root/src/ast
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast')
-rw-r--r--src/ast/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/ast.h b/src/ast/ast.h
index 2233b09..508a247 100644
--- a/src/ast/ast.h
+++ b/src/ast/ast.h
@@ -303,6 +303,7 @@ struct ASTNode
char *pattern;
char *binding_name;
int is_destructuring;
+ int is_ref; // New: Supports 'ref' binding (Some(ref x))
ASTNode *guard;
ASTNode *body;
int is_default;