This package browser is in early development. Mind the rough edges.

cdecl 2.5

Turn English phrases into C or C++ declarations and vice versa

cdecl is a program that turns English-like phrases into C declarations. It can also translate C into pseudo-English. It also handles type casts and C++. It has command-line editing and history with the GNU Readline library.

Installation

Install cdecl 2.5 as follows:

guix install cdecl@2.5

Or install the latest version:

guix install cdecl

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.