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
I guess this is quite a niche feature, but it would be nice if the type parser was able to capture bitfield information.
> quickCParser_ False "int:8" parseType TypeSpecifier (Specifiers {storageClassSpecifiers = [], typeQualifiers = [], functionSpecifiers = []}) (Int Signed)
The text was updated successfully, but these errors were encountered:
@expipiplus1 ah, right. Bitfields are definitely a standard feature, so I should probably support them. I'll read more on them and see.
Sorry, something went wrong.
No branches or pull requests
I guess this is quite a niche feature, but it would be nice if the type parser was able to capture bitfield information.
The text was updated successfully, but these errors were encountered: