sjshuck / hs-pcre2

Complete Haskell binding to PCRE2
Apache License 2.0
12 stars 2 forks source link

Include serialization API in Text.Regex.Pcre2.Foreign #23

Closed sjshuck closed 2 years ago

sjshuck commented 2 years ago

http://pcre.org/current/doc/html/pcre2serialize.html

This was missed in going through the HTML docs and setting up all the FFI bindings. Presumably there are other things missed. Going through pcre2.h and really including everything should be another issue.

Actually exploring serialization's usefulness (e.g. as an alternative to the global cache used by regex/_regex) should be yet another issue.