-
Notifications
You must be signed in to change notification settings - Fork 0
feat: generic type arguments #58
Copy link
Copy link
Open
Labels
RCaron-interpreterRCaron-parsingRelated to parsing of RCaronRelated to parsing of RCaronRCaron.JitRelated to the RCaron.Jit projectRelated to the RCaron.Jit projectenhancementNew feature or requestNew feature or request
Milestone
Description
Metadata
Metadata
Assignees
Labels
RCaron-interpreterRCaron-parsingRelated to parsing of RCaronRelated to parsing of RCaronRCaron.JitRelated to the RCaron.Jit projectRelated to the RCaron.Jit projectenhancementNew feature or requestNew feature or request
Projects
StatusShow more project fields
Todo
For ExternThings:
#System.Collections.Generic.List<#int>(-> GenericExternThing?)For Methods:
#System.Linq.Enumerable:Select<#int, #float>(...)(-> GenericKeyword?)Theoretically also allowing the type names inside the generic type specification to be specified without the
#should be possible and would look nicer I guess.