
10 Sep
2011
10 Sep
'11
2:58 a.m.
On Sep 9, 2011, at 7:46 PM, John Wiegley wrote:
Ábel Sinkovics <abel@elte.hu> writes:
metaparse
A tool for building embedded DSLs in C++. This is a compile-time parser generator library. Using it one can build parsers that take compile-time strings as input text and parse them as part of the C++ compilation process. One can think of it as using Spirit at compile-time.
How much overlap does this sub-project have with Boost.Proto?
It processes mpl::strings not operator expressions. Cheers, Gordon