README 334 B

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