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

Fully support generics for the C target #1765

Open
1 of 4 tasks
petervdonovan opened this issue May 22, 2023 · 0 comments
Open
1 of 4 tasks

Fully support generics for the C target #1765

petervdonovan opened this issue May 22, 2023 · 0 comments

Comments

@petervdonovan
Copy link
Collaborator

petervdonovan commented May 22, 2023

  • handle type arguments that are more syntactically complex than just a single identifier
  • propagate values for type arguments across multiple levels of instantiation hierarchy
  • use #defines instead of string substitution so that behavior is consistent with that of C preprocessor and so that types in LF files can be defined in terms of generics? (This was discussed multiple times and I vacillated but I think this will be the better choice)
  • add more integration tests for generics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant