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

Support type parameters #89

Conversation

tristanlatr
Copy link
Contributor

@tristanlatr tristanlatr commented Nov 21, 2023

Fixes #82

@tristanlatr
Copy link
Contributor Author

tristanlatr commented Nov 21, 2023

Missing checks:

  • FIXED nonlocal cannot rebind a variable in def695 scopes
  • A compiler error or runtime exception is generated if the definition of an earlier type parameter references a later type parameter even if the name is defined in an outer scope.

@tristanlatr
Copy link
Contributor Author

Also missing check:

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

Successfully merging this pull request may close these issues.

Add support for Type Parameter Syntax (python 3.12)
1 participant