• Home
Name Date Size #Lines LOC

..--

Jamfile.v2D12-May-202425 21

READMED12-May-2024334 86

main.cppD12-May-20243.3 KiB159117

README

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