package ppx_tyre

  1. Overview
  2. Docs
PPX syntax for tyre regular expressions and routes

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_regexp-v0.4.3.tbz
sha256=70cbf4495de5e8ca4aada49c4fe25c586858dade8448efef29fd2d2ea620d413
sha512=284f4b7c99125e26697f1691909fb2ba6e9d6c7fb74c6272c442bee84211486d566183db928b1bc5b3a2c385372e830cfec3e6fb3cb4184f16805bb420bc85be

CHANGES.md.html

v0.4.3 - 2019-11-25

  • Fixed nested [%pcre] usage for ppx_regexp.

  • Extended compiler support to 4.02.3 up to 4.09.0 (at least) for both PPXes.

  • Upgrade to AST 4.09 to support newer compiler features.

v0.4.2 - 2019-03-24

  • Fix top level group elimination for ppx_regexp (#8).

v0.4.1 - 2018-09-04

  • Fix multi-group top level regexp for ppx_tyre.

v0.4.0 - 2018-08-20

  • Switched to internal regexp parser.

  • Added syntax extension for tyre (Gabriel Radanne).

  • Fixed type of captures under alternatives for %pcre.

  • Better error reporting, including locations.

  • The PPX now declares its runtime libraries.

v0.3.2 - 2018-03-01

  • Prepare for re 1.7.2.

v0.3.1 - 2017-08-21

  • Fix accidental shadowing of open from another interface-less module using ppx_regexp.

  • Support binding of group 0 and the universal pattern.

  • Switch to ppx_tools_versioned. This provides support for 4.02.3 in the main branch.

v0.3.0 - 2017-06-04

  • Initial release for OCaml 4.03.0 and 4.04.1.

v0.2.0 - 2017-06-04

  • Initial release for OCaml 4.02.3.