-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
bug: Parser do not recognize macro attribute in function declaration #183
Labels
Comments
This is another example from preprocessed sqlite3:
if we add a declarator to
|
And here another related error:
It seems that |
There are several others like the above:
|
With this changes I can get this project to parse
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)9f398ca955d3329110d31ed523dac5275074948f
Describe the bug
Parser do not recognize macro attribute in function declaration
Steps To Reproduce/Bad Parse Tree
This outputs
Expected Behavior/Parse Tree
I believe it is possible for parser to recognize macro calls here and recognize that there are part of function declaration without ERRORs
Repro
No response
The text was updated successfully, but these errors were encountered: