rurban / re-engine-PCRE2

use pcre-jit instead of slow perl regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add compile and match options

rurban opened this issue · comments

build-time via config, run-time via context options (import), and Regexp methods (on qr// values) for pattern/compile options.

mostly done, tests missing.

more match options see #3 and #5

Finished with 8fa6608