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

PrismScanner: Rewrite to avoid implementing visit #623

Merged
merged 3 commits into from
Mar 3, 2025

Conversation

davidwessman
Copy link
Collaborator

  • This rewrites the Visitor to avoid implementing visit for every
    available node type and instead let the Prism::Visitor visit ALL nodes.

- This rewrites the Visitor to avoid implementing visit for every
  available node type and instead let the Prism::Visitor visit ALL nodes.
@davidwessman davidwessman marked this pull request as ready for review March 3, 2025 06:39
Copy link
Owner

@glebm glebm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@davidwessman davidwessman merged commit c2d85dd into main Mar 3, 2025
8 of 9 checks passed
@glebm glebm deleted the new-prism-scanner branch March 3, 2025 22:31
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.

2 participants