forked from xxq250/Nasal-Interpreter
✨ update
This commit is contained in:
@@ -134,7 +134,11 @@ bool ast_visitor::visit_definition_expr(definition_expr* node) {
|
||||
} else {
|
||||
node->get_variables()->accept(this);
|
||||
}
|
||||
node->get_value()->accept(this);
|
||||
if (node->get_tuple()) {
|
||||
node->get_tuple()->accept(this);
|
||||
} else {
|
||||
node->get_value()->accept(this);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user