py-tree-sitter icon indicating copy to clipboard operation
py-tree-sitter copied to clipboard

a __main__.py to build `vendor/tree-sitter-X` from command line

Open Freed-Wu opened this issue 1 year ago • 1 comments

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?

Freed-Wu avatar Feb 17 '24 12:02 Freed-Wu

The build is going to be handled by the parser soon but we could add a CLI for parsing and querying.

ObserverOfTime avatar Feb 26 '24 10:02 ObserverOfTime