clo++ is a command line option parser generator. Given an XML file that contains a description of your program and its options, clo++ can generate code to parse its command line. In addition to code generation, clo++ can also generate man pages. Other languages and output formats can easily be added because clo++ generates its output using templates.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Release Notes: The generation of unused variables has been fixed, and a workaround has been added to the build system for a Perl 5.8 regex bug.


Release Notes: This release fixes some bugs and updates xmlwrapp and libtpt.


Release Notes: Support for the Sun Forte Compiler with STLport was added. A few small bugs were fixed.


Release Notes: This release uses libtpt 1.0.1 and xmlwrapp 0.2.2, and includes the correct header files for GCC 3.X.


Release Notes: Man page generation was added. XSLT file was added to convert from version 0.3.0 of the XML file to the new version. Some more documentation was added.