mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-14 19:08:45 +00:00
part of name expession type check plan
This commit is contained in:
parent
d6a3ce1946
commit
f688dd99a2
3 changed files with 57 additions and 12 deletions
|
|
@ -282,7 +282,7 @@ public:
|
|||
value_ += NAME_DELIMITER + *identifier.get();
|
||||
}
|
||||
|
||||
std::vector<Identifier> git_fragments() const {
|
||||
std::vector<Identifier> get_fragments() const {
|
||||
std::vector<Identifier> fragments;
|
||||
for (auto &&fragment_name :
|
||||
std::ranges::views::split(value_, NAME_DELIMITER)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue