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

Implement resolving T<string>::class #9

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

thekid
Copy link
Contributor

@thekid thekid commented Aug 4, 2024

This PR supports all varieties of generic declarations

  • Instantiation: new T<string>()
  • Scope expressions: T<string>::class
  • Instance checks: $expr instanceof T<string>
  • Casting: (T<string>)$expr

See xp-framework/ast#53

@thekid thekid added the enhancement New feature or request label Aug 4, 2024
@thekid thekid merged commit dc39ae2 into main Aug 4, 2024
12 checks passed
@thekid thekid deleted the feature/generic-class-constant branch August 4, 2024 19:06
@thekid
Copy link
Contributor Author

thekid commented Aug 4, 2024

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

Successfully merging this pull request may close these issues.

1 participant