mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-15 19:38:44 +00:00
global info search methods
This commit is contained in:
parent
aa4e9fa721
commit
9c25cb1c6f
2 changed files with 124 additions and 18 deletions
|
|
@ -113,7 +113,8 @@ struct NamespaceInfo {
|
|||
std::unordered_map<std::string, TypeInfo> types;
|
||||
std::unordered_map<std::string, TypeclassInfo> typeclasses;
|
||||
std::unordered_map<std::string, FunctionInfo> functions;
|
||||
std::unordered_map<std::string, std::vector<NamespaceInfo>> namespaces;
|
||||
std::unordered_map<std::string, NamespaceInfo> namespaces;
|
||||
std::unordered_map<std::string, std::vector<NamespaceInfo>> variable_namespaces;
|
||||
|
||||
std::optional<Modifier> modifier;
|
||||
std::optional<std::string> variable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue