tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
891 stars 106 forks source link

Documentation is required. #171

Closed goldencz closed 8 months ago

goldencz commented 1 year ago

Although README.md is a kind of documentation, it doesn't have a list of all available APIs as well as usage and argumetns. I have to read the test to get some ideas of using it. I know that this is a python binding of tree-sitter and I should read tree-sitter document first, however, it's great if there are some usage information.