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

feat(nim): add nim queries #440

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

melMass
Copy link
Contributor

@melMass melMass commented Jan 10, 2025

This is a draft I will try to pick up soon:

  • Enum are conflicting with type aliasing (so on top of being miss tagged, their members aren't in the proper tree). I just figured that, first thing I'll look into when picking it up.
    image
    Options is the enum here

  • confusing access to declaration. nim grammar use a common root for almost all declaration, unless I'm missing something this requires rather long queries like the ones I already have.

  • test is missing some "selectors" I declared already (template,macro etc)

@github-actions github-actions bot requested a review from stevearc January 10, 2025 01:47
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.

1 participant