Added Generics to functions and structs

This commit is contained in:
vegowotenks 2025-02-21 17:21:57 +01:00
parent ac0e697622
commit 21bec764db
5 changed files with 37 additions and 8 deletions

View file

@ -31,6 +31,7 @@ library
Ubc.Parse.Syntax.Expression
Ubc.Parse.Syntax.File
Ubc.Parse.Syntax.Function
Ubc.Parse.Syntax.Generic
Ubc.Parse.Syntax.Import
Ubc.Parse.Syntax.Language
Ubc.Parse.Syntax.Operators