py-tree-sitter
py-tree-sitter copied to clipboard
a __main__.py to build `vendor/tree-sitter-X` from command line
Is it possible to provide a __main__.py to build vendor/tree-sitter-X from command line like python -m tree_sitter vendor/tree-sitter-X?
The build is going to be handled by the parser soon but we could add a CLI for parsing and querying.