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
The following:
int function() func = { return 6; };
parses as;
<module> <declaration> <variableDeclaration> <type pretty="int function()"> <type2>int</type2> <function/> <parameters> </parameters> </type> <declarator line="1"> <name>func</name><initializer> <nonVoidInitializer> <structInitializer> <structMemberInitializers> </structMemberInitializers> </structInitializer> </nonVoidInitializer> </initializer> </declarator> </variableDeclaration> </declaration> </module>
Which does not seem to be correct.
The text was updated successfully, but these errors were encountered:
I take it this is now solved.
Sorry, something went wrong.
Merge pull request #173 from BBasile/issue-170
624960c
fix #170 - Function literal parsed as struct initialization merged-on-behalf-of: Brian Schott <[email protected]>
No branches or pull requests
The following:
parses as;
Which does not seem to be correct.
The text was updated successfully, but these errors were encountered: