Robbepop / modular-bitfield

Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
155 stars 40 forks source link

Fix parsing identifiers that snake_case to keywords #19

Closed Qyriad closed 3 years ago

Qyriad commented 3 years ago

Fixes #18.

Robbepop commented 3 years ago

Thank you for the fix!