discovered 03 Aug 2026
cdecl-blocks
→ View on GitHubcdecl is a C gibberish translator that converts English-like declarations into valid C and C++ syntax, including support for Apple's blocks syntax. Notable features include the ability to handle typecasts, command line editing, and history functionality through the GNU readline library. It serves as a useful tool for developers needing to translate complex C declarations or to aid in understanding C syntax.