We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor/tree-sitter-X
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?
__main__.py
python -m tree_sitter vendor/tree-sitter-X
The text was updated successfully, but these errors were encountered:
The build is going to be handled by the parser soon but we could add a CLI for parsing and querying.
Sorry, something went wrong.
No branches or pull requests
Is it possible to provide a
__main__.py
to buildvendor/tree-sitter-X
from command line likepython -m tree_sitter vendor/tree-sitter-X
?The text was updated successfully, but these errors were encountered: