mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-08 16:08:45 +00:00
partition fixes, main file fix
This commit is contained in:
parent
a97a6125de
commit
93ac5f8e33
8 changed files with 33 additions and 18 deletions
|
|
@ -1158,7 +1158,7 @@ void BuildVisitor::Visit(PartitionName* node) {
|
|||
}
|
||||
}
|
||||
|
||||
node->name = parse_node.ChildByFieldName("name").GetValue();
|
||||
node->path.push_back(parse_node.ChildByFieldName("name").GetValue());
|
||||
|
||||
current_node_ = parse_node;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue