boost/libs/metaparse/example/regexp
2022-12-15 23:45:23 +08:00
..
Jamfile.v2 源码提交 2022-12-15 23:45:23 +08:00
main.cpp 源码提交 2022-12-15 23:45:23 +08:00
README 源码提交 2022-12-15 23:45:23 +08: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.