Update some AS stuff

This commit is contained in:
Aang23 2025-08-12 19:30:15 +02:00
parent 4f600e3d6f
commit 26d514baea
8 changed files with 598 additions and 112 deletions

View file

@ -163,8 +163,9 @@ protected:
std::string nameSpace;
};
std::vector<SMetadataDecl> foundDeclarations;
std::string currentClass;
std::string currentNamespace;
std::string currentClass;
std::string currentNamespace;
std::vector<int> currentNamespaceStack;
// Storage of metadata for global declarations
std::map<int, std::vector<std::string> > typeMetadataMap;