package ocamlregextkit

  1. Overview
  2. Docs
A regular expression toolkit for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlregextkit-1.0.1.tbz
sha256=15cedecc15b217ef7074b0265ce5e8d1a42beb374579d8f3e494185906307ddd
sha512=3e1c50bb0c2b2db77ce3d2aa4f59c66624db5a751e0552415554cb764ba161d005f2b516211e58287fec0daa745fadc936bfd89459a910e5cecdcd31fe96d589

CHANGES.md.html

v1.0.1 (2024-04-15)

Fix

  • Error handling for DFA product_construction over different alphabets (#6).

v1.0.0 (2023-08-22)

Added

  • Removed extraneous fields from ADT and enforced single source of truth.

  • Use inplace mutations of automata for functions prune, merge_alphabets and minimise.

v0.2.0 (2023-08-05)

Added

  • Updated ADT from List to Hashtbl

    • Improves performance by a linear factor for automata traversal.

v0.1.1 (2023-07-18)

Fix

  • OCaml v4.14 in dependencies

v0.1.0 (2023-05-07)

  • Initial release

OCaml

Innovation. Community. Security.