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

tree-sitter: introduce tree-sitter, add nix grammar #245

Closed
wants to merge 1 commit into from

Conversation

inclyc
Copy link
Member

@inclyc inclyc commented Aug 15, 2023

Introduce tree-sitter into nixd, for static analysis (#243), AST-based editing & semantic tokens.

Link: https://tree-sitter.github.io/tree-sitter/

@inclyc
Copy link
Member Author

inclyc commented Sep 6, 2023

nvim tree-sitter integration already has these feature, closing.

For static analysis, I'm thinking about lowering nil ASTs to lower C++ structures, (co-operate with the nil author)

@inclyc inclyc closed this Sep 6, 2023
@inclyc
Copy link
Member Author

inclyc commented Sep 23, 2023

Finally, #257 and #260 . We will not link against nil.

@inclyc inclyc added the invalid This doesn't seem right label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant