]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
hscheck: tool to test regex compilation
authorJustin Viiret <justin.viiret@intel.com>
Thu, 7 Dec 2017 03:07:48 +0000 (14:07 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Fri, 19 Jan 2018 11:27:49 +0000 (06:27 -0500)
commit720ec745c1bf303905d8becdc4a5dae3e2881fc8
treee1a9fb822c54f486b534e22defc4e1e985813910
parent1330265cede3f6da51e023cb3975125a3e816d2f
hscheck: tool to test regex compilation

hscheck accepts a file of regular expressions in the form:

    ID:/regex/flags

and tests whether they can be compiled with Hyperscan, reporting the
error if compilation fails.
tools/hscheck/CMakeLists.txt [new file with mode: 0644]
tools/hscheck/main.cpp [new file with mode: 0644]