Skip to content
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

C type parser does not support bitfields #108

Open
expipiplus1 opened this issue Mar 28, 2020 · 1 comment
Open

C type parser does not support bitfields #108

expipiplus1 opened this issue Mar 28, 2020 · 1 comment

Comments

@expipiplus1
Copy link

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)
@bitonic
Copy link
Collaborator

bitonic commented Mar 30, 2020

@expipiplus1 ah, right. Bitfields are definitely a standard feature, so I should probably support them. I'll read more on them and see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants