package ppx_regexp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Matching Regular Expressions with OCaml Patterns
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_regexp-v0.5.2.tbz
sha256=19c4401c43e7c4d3e5cac21c8c19cfe36d1314777703f3bdbe90d3bd1762a69f
sha512=9a1de0be0b4f0d9a214f3be285ecdea954c30d0003ef4dbec76a0c8c8b6e61bc3be415252ed924386d0b65b7c7e28132689045e00d98c4147d21d29c6dbbd679
doc/CHANGES.html
v0.5.2 - 2026-07-13
- Fix compatibility with ppxlib >= 0.36 and OCaml 4.11-5.5 (PR #18 by Chris A).
v0.5.1 - 2022-06-09
- Fix invalid AST due to empty binding list in
ppx_regexp.
v0.5.0 - 2022-06-06
- Migrate
ppx_regexpto ppxlib. - Change license exception for
ppx_regexpto the LGPL-3.0 Linking Exception.
v0.4.3 - 2019-11-25
- Fixed nested
[%pcre]usage forppx_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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page