partition fixes, main file fix

This commit is contained in:
ProgramSnail 2023-05-11 15:14:02 +03:00
parent a97a6125de
commit 93ac5f8e33
8 changed files with 33 additions and 18 deletions

View file

@ -194,8 +194,7 @@ struct ArrayExpression;
struct PartitionName {
BaseNode base;
std::vector<TypeIdentifier> path;
NameIdentifier name;
std::vector<AnyIdentifier> path; // name is last element of path
};
struct NameExpression;