aboutsummaryrefslogtreecommitdiff
path: root/src/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.c')
-rw-r--r--src/ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.c b/src/ast.c
index 4b72f43..993cf95 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -48,4 +48,5 @@ void binop_init(Binop *self) {
self->lhs = ast_none();
self->rhs = ast_none();
self->type = BINOP_ADD;
+ self->grouped = bool_false;
} \ No newline at end of file