metaparse/example/regexp
2017-04-20 16:35:06 +02:00
..
Jamfile.v2 Moving the library from Mpllibs to its own repository 2015-06-01 23:14:37 +02:00
main.cpp Separate C++98 and C++11 implementations 2017-04-20 16:35:06 +02:00
README Moving the library from Mpllibs to its own repository 2015-06-01 23:14:37 +02:00

This example provides an interface in front of boost::xpressive.
A regular expression can be specified by a compile-time string
which is parsed (and verified) at compile-time. A boost::xpressive
object is constructed at runtime based on it.
This is just an example, it supports only a subset of the capabilities
of boost::xpressive.