diff options
Diffstat (limited to 'src/boost/libs/metaparse/example/regexp/README')
-rw-r--r-- | src/boost/libs/metaparse/example/regexp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/metaparse/example/regexp/README b/src/boost/libs/metaparse/example/regexp/README new file mode 100644 index 00000000..57b68c84 --- /dev/null +++ b/src/boost/libs/metaparse/example/regexp/README @@ -0,0 +1,7 @@ +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. + |