tree-sitter-cpp
tree-sitter-cpp copied to clipboard
feature: Python Bindings
Did you check the tree-sitter docs?
- [X] I have read all the tree-sitter docs if it relates to using the parser
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