Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
py-tree-sitter marked their method to build tree-sitter libraries and seems to allow only languages with Python bindings in v0.22.0.
Describe the solution you'd like
Implement Python bindings to py-tree-sitter
Describe alternatives you've considered
Stick to version <0.22.0 for the Python API or use another one. Though I am not aware of any which allows building tree-sitter-cpp on my own.
Additional context
No response
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
py-tree-sitter marked their method to build tree-sitter libraries and seems to allow only languages with Python bindings in
v0.22.0.Describe the solution you'd like
Implement Python bindings to
py-tree-sitterDescribe alternatives you've considered
Stick to version
<0.22.0for the Python API or use another one. Though I am not aware of any which allows buildingtree-sitter-cppon my own.Additional context
No response