Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generic type arguments #58

Open
Jan0660 opened this issue May 6, 2023 · 0 comments
Open

feat: generic type arguments #58

Jan0660 opened this issue May 6, 2023 · 0 comments
Labels
enhancement New feature or request RCaron.Jit Related to the RCaron.Jit project RCaron-interpreter RCaron-parsing Related to parsing of RCaron
Milestone

Comments

@Jan0660
Copy link
Owner

Jan0660 commented May 6, 2023

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.

@Jan0660 Jan0660 added this to RCaron May 6, 2023
@Jan0660 Jan0660 moved this to Todo in RCaron May 6, 2023
@Jan0660 Jan0660 added enhancement New feature or request RCaron-parsing Related to parsing of RCaron RCaron.Jit Related to the RCaron.Jit project RCaron-interpreter labels May 6, 2023
@Jan0660 Jan0660 added this to the v0.2.0 milestone May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RCaron.Jit Related to the RCaron.Jit project RCaron-interpreter RCaron-parsing Related to parsing of RCaron
Projects
Status: Todo
Development

No branches or pull requests

1 participant