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 2154531..5314e90 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -115,6 +115,7 @@ void scope_resolve(Scope *self) {
static void lhs_resolve(LhsExpr *self) {
amal_log_debug("Lhs resolve var name: %.*s", self->var_name.size, self->var_name.data);
+ /*ast_resolve(&self->rhs_expr);*/
}
void ast_resolve(Ast *self) {