mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-06 23:18:45 +00:00
TypeStorage extensions: generic types, local types
This commit is contained in:
parent
fa01d36a84
commit
17b409fe51
2 changed files with 173 additions and 24 deletions
|
|
@ -231,6 +231,8 @@ public:
|
|||
// ANNOTATION, used as std::string
|
||||
OPERATOR,
|
||||
PLACEHOLDER,
|
||||
//
|
||||
GENERIC_TYPE,
|
||||
};
|
||||
|
||||
Identifier(Node node, IdentifierType type, std::string &&value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue