TypeStorage extensions: generic types, local types

This commit is contained in:
ProgramSnail 2023-08-14 21:30:06 +03:00
parent fa01d36a84
commit 17b409fe51
2 changed files with 173 additions and 24 deletions

View file

@ -231,6 +231,8 @@ public:
// ANNOTATION, used as std::string
OPERATOR,
PLACEHOLDER,
//
GENERIC_TYPE,
};
Identifier(Node node, IdentifierType type, std::string &&value)