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
Languages for which bindings are mostly desired:
Perhaps, for all languages that tree sitter has bindings for?
Bindings are expected for the public api, ie, types/methods annotated with PSY_API, PSY_C_API, and PSI_COMMON_API.
public
PSY_API
PSY_C_API
PSI_COMMON_API
For API consistency across languages and productivity, a tool with a common language interface should be used, e.g., SWIG.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Languages for which bindings are mostly desired:
Perhaps, for all languages that tree sitter has bindings for?
Bindings are expected for the
public
api, ie, types/methods annotated withPSY_API
,PSY_C_API
, andPSI_COMMON_API
.For API consistency across languages and productivity, a tool with a common language interface should be used, e.g., SWIG.
The text was updated successfully, but these errors were encountered: