-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Explore whether stack graphs may be useful in this tool #534
Comments
It would be interesting to see how |
I've looked into this before, it's a super promising project that's not quite ready for primetime. The issues boil down to:
|
I'm not sure if this would add anything substantially different/better than the existing
tree-sitter
implementation, but I spent some time recently looking into stack graphs + related tooling, and I'm wondering if there may be benefits to this project to look at usingtree-sitter-graph
and/or thestack-graphs
project (eg.tree-sitter-stack-graphs-javascript
, etc); rather than just plaintree-sitter
.A few notes/links/references I recently collated RE: stack graphs + related libs:
The text was updated successfully, but these errors were encountered: