tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
817 stars 96 forks source link

Does that mean it's a conversion error? #234

Closed judeomg closed 4 months ago

judeomg commented 4 months ago

0LA`DWURS_9DLX9(R_X(QR7 9W$HY@U2_E3Y1W_CW8FRP~U Each row of data in excel is a c++ code converted AST sequence

amaanq commented 4 months ago

this is unhelpful - for one, actually paste the code that causes an error and two, it's likely malformed c++ code, OR contains macro usage that just cannot be parsed in a context-free manner (needs semantic info on top of it) - if it is normal code that is producing a parse error (no weird macro usage), then the issue belongs in tree-sitter-cpp

ObserverOfTime commented 4 months ago

Definitely does not seem relevant to this project.