mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
✨ change parameter::name to std::string
This commit is contained in:
@@ -66,7 +66,6 @@ bool ast_visitor::visit_code_block(code_block* node) {
|
||||
}
|
||||
|
||||
bool ast_visitor::visit_parameter(parameter* node) {
|
||||
node->get_parameter_name()->accept(this);
|
||||
if (node->get_default_value()) {
|
||||
node->get_default_value()->accept(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user