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.
- Outputs:
out
- Website: https://www.ibiblio.org/pub/linux/devel/lang/c/
- Licenses: Public Domain
- Package source: gnu/packages/code.scm
- Builds: See build status
- Issues: See known issues
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.