|
Boost : |
Subject: Re: [boost] [ANN] CLI command line interface compiler for C++
From: Boris Kolpackov (boris_at_[hidden])
Date: 2009-10-29 15:16:18
Hi Hartmut,
"Hartmut Kaiser" <hartmut.kaiser_at_[hidden]> writes:
> Does it generate code based on the Boost.ProgramOptions API?
No, because the CLI compiler knows the options at compile-time, it
can produce a much simpler implementation. Plus, using ProgramOptions
would introduce an external dependency which I tried to avoid. Right
now all one needs is the generated code.
Boris
-- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open-source XML data binding for C++: http://codesynthesis.com/products/xsd XML data binding for embedded systems: http://codesynthesis.com/products/xsde
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk