serenadeai / java-tree-sitter

Java bindings for tree-sitter
MIT License
126 stars 34 forks source link

Query support #7

Closed Symbolk closed 2 years ago

Symbolk commented 2 years ago

Thanks for the project! I am wondering if this java binding supports tree query like https://github.com/tree-sitter/py-tree-sitter too?Since I want to filter all identifiers with the query s-expression.

tmacwill commented 2 years ago

Thanks for reaching out! This project doesn't yet support S-expressions, but would certainly be open to a PR that adds support. We don't have a timeline on our end yet for when we'd be able to support it, though.

Symbolk commented 2 years ago

Thanks for reaching out! This project doesn't yet support S-expressions, but would certainly be open to a PR that adds support. We don't have a timeline on our end yet for when we'd be able to support it, though.

Thanks!