
The author of the post implemented a Windows resource compiler in Zig, called resinator, and discovered many quirks and bugs in the original Microsoft RC compiler, including edge cases with user-defined types, non-ASCII digits, and VERSIONINFO resources. The post details 15 bugs and quirks in the RC compiler, including miscompilation, crashes, and bizarre behavior, and explains how resinator ...