mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-03-12 03:47:08 +00:00
find_symbols_visitor, global_info fixed
This commit is contained in:
parent
4d0b527416
commit
a512a92f92
9 changed files with 289 additions and 277 deletions
|
|
@ -17,12 +17,13 @@ public:
|
|||
private:
|
||||
// Sources -----------------
|
||||
|
||||
void Visit(SourceFile* node) override;
|
||||
void Visit(Sources* node) override;
|
||||
// void Visit(SourceFile* node) override; // default
|
||||
|
||||
// Namespaces, partitions -----------------
|
||||
|
||||
// void Visit(PartitionSources* node) override; // default
|
||||
void Visit(Partition* node) override;
|
||||
// void Visit(NamespaceSources* node) override; // default
|
||||
void Visit(Namespace* node) override;
|
||||
|
||||
// Definitions -----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue