DmitryKuk / reggae-cpp

Minimalistic regular expression tester for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reggae-CPP

Minimalistic regular expression tester for C++


What is this?

Small tool for quick testing C++ regular expressions. No GUI. No 100500 regex engines. Almost no dependencies.

Requirements

  • Compiler with C++14 support
  • Boost.Build (or build manually -- just 1 file!)
  • Boost (just Boost.Program options for parsing command line args)

Build and run

  • git clone https://github.com/DmitryKuk/reggae-cpp
  • cd reggae-cpp
  • b2
  • Check for executable ./build/bin/reggae-cpp

Dmitry Kukovinets (d1021976@gmail.com), 2017

About

Minimalistic regular expression tester for C++

License:MIT License


Languages

Language:C++ 100.0%