mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
debug
This commit is contained in:
parent
582ad5668e
commit
0d62ae0814
29 changed files with 99479 additions and 1166 deletions
|
|
@ -526,6 +526,7 @@ struct AnnotatedType : public Node {
|
|||
};
|
||||
|
||||
using TypeParameter = std::variant<
|
||||
std::unique_ptr<TypeExpression>,
|
||||
std::unique_ptr<ParametrizedType>,
|
||||
std::unique_ptr<Expression>>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue