You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it mean the parser in playground is different from the parser used in pypi? Could you please tell me what parser versions are used in playground and pypi?
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)0.23.4
Describe the bug
I found that the output of tree-sitter-cpp is inconsistent with that of playground cpp. Just like tree-sitter/tree-sitter#3449 and tree-sitter/tree-sitter-c#211.
I use pypi https://pypi.org/project/tree-sitter-cpp to parse the C++ code. It failed to identify the constructor function but the playground successfully identified the constructor function:
Does it mean the parser in playground is different from the parser used in pypi? Could you please tell me what parser versions are used in playground and pypi?
Steps To Reproduce/Bad Parse Tree
It failed to identify the constructor function and consider the entire class to be a function
Expected Behavior/Parse Tree
successfully identify the constructor function
Repro
The text was updated successfully, but these errors were encountered: