globpp is a C++ template library that translates globbing patterns to a
Boost.Spirit grammar that subsequently generates a regular expression. The
latter can be used in combination with boost::regex
or std::regex
.
- C++11 compiler
- Boost C++ libraries 1.55
- CMake 3.0
To compile, run:
cmake -S . -B build/
cmake --build build/