feat: generic type arguments #58
Labels
enhancement
New feature or request
RCaron.Jit
Related to the RCaron.Jit project
RCaron-interpreter
RCaron-parsing
Related to parsing of RCaron
Milestone
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.The text was updated successfully, but these errors were encountered: