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
Having an option for verbose output could be helpful, for example outputting the line that caused the parse error.
I am encountering a lot of parse errors and would like to know if i can adjust my code to reduce them.
The text was updated successfully, but these errors were encountered:
Because Doxide (well, tree-sitter) does not run a preprocessor, this can look like a syntax error in the declaration of f. In my experience, despite the warnings, it is managing to extract the right entities and their documentation nonetheless.
@Dooez FYI the new v0.4.0 provides much more useful output on parse errors, including line and column numbers. For parse errors related to macro use, there is also new error recovery logic and the ability to define macros in the configuration file (see documentation).
I'll close the issue as completed now, but feel free to reply or reopen, or post any followup issues that you encounter.
Having an option for verbose output could be helpful, for example outputting the line that caused the parse error.
I am encountering a lot of parse errors and would like to know if i can adjust my code to reduce them.
The text was updated successfully, but these errors were encountered: