tree-sitter / java-tree-sitter

Java bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/java-tree-sitter/
MIT License
27 stars 6 forks source link

fix(query): implement predicate evaluation iteratively #33

Closed Marcono1234 closed 2 months ago

Marcono1234 commented 2 months ago

The previous recursive implementation could lead to a StackOverflowError if a predicate returned false very often.