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

feature: generics #1

Open
4 of 7 tasks
gijsvcuyck opened this issue Apr 13, 2022 · 0 comments
Open
4 of 7 tasks

feature: generics #1

gijsvcuyck opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gijsvcuyck
Copy link
Collaborator

gijsvcuyck commented Apr 13, 2022

Implement generic type definitions for TorXakis

  • Add generic type definitions.
  • Implement new typing rules for generic types.
  • Update existing type system to handle generic types.
  • Allow defining functions over generic types
  • Create analyzer that checks for each generic type with which concrete types it has been initialized.
  • Create analyzer that checks for each generic function with which concrete types it has been called.
  • Create generator that uses results of analyzers to generate non-generic instances of all generic types and functions as needed.
@gijsvcuyck gijsvcuyck added the enhancement New feature or request label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant