mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
started to develop build_visitor
This commit is contained in:
parent
195c536620
commit
d1cd6d4b83
9 changed files with 879 additions and 28 deletions
|
|
@ -270,6 +270,7 @@ struct Partition : public Node {
|
|||
};
|
||||
|
||||
struct Namespace : public Node {
|
||||
bool is_const;
|
||||
std::variant<
|
||||
std::unique_ptr<DefinedAnnotatedName>,
|
||||
std::unique_ptr<DefinedType>> name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue