GitXplorerGitXplorer
s

globpp

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

globpp

Linux Windows codecov

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.

Requirements

  • C++11 compiler
  • Boost C++ libraries 1.55
  • CMake 3.0

Getting Started

To compile, run:

cmake -S . -B build/
cmake --build build/