Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Jamfile.v2 | D | 12-May-2024 | 25 | 2 | 1 | |
README | D | 12-May-2024 | 334 | 8 | 6 | |
main.cpp | D | 12-May-2024 | 3.3 KiB | 159 | 117 |
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