You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(uint8_t[16]){} (looks like it's C99 compliant statement) raises a ParserError (before: }), (uint8_t[16]){0} doesn't (it's a different logic, but just to test the origin of the issue)
A little bit more context (obfuscated but should be reproducible), just in case:
It's difficult for me to debug the C parser in this project, I'd be happy if @eliben or other folks can point me in what direction to dig to fix this, I'd be happy to provide a PR
The text was updated successfully, but these errors were encountered:
(uint8_t[16]){}
(looks like it's C99 compliant statement) raises aParserError
(before: }
),(uint8_t[16]){0}
doesn't (it's a different logic, but just to test the origin of the issue)A little bit more context (obfuscated but should be reproducible), just in case:
It's difficult for me to debug the C parser in this project, I'd be happy if @eliben or other folks can point me in what direction to dig to fix this, I'd be happy to provide a PR
The text was updated successfully, but these errors were encountered: