[ANN] ppx_tyre and new version of ppx_regexp

A while ago, I released Tyre, a library for typesafe regular expressions that supports matching, printing, and routing. @paurkedal also released ppx_regex which provides a convenient syntax for defining regular expression matches using a PCRE syntax.

Today, we are happy to announce the release of ppx_tyre, which combines the flexibility and safety of tyre with the convenience of ppx_regexp. This also marks new releases of both tyre and ppx_regexp with improvements and bugfixes. You can find more details in the following blogpost.

8 Likes