package ocamlregextkit

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlregextkit-1.0.2.tbz
sha256=801dd74f3ac269a33015d0c56b4a400fbfec15a68637775caacde1f377d802f2
sha512=7ac6ba274f2420f5066b722ee1d3d6e1ba8f967c91fdbc5b8d92c54b5753f6166b398b687de47328a30f4c822eff8167fef11e8f3b26d04d96f07f7f32238f97

CHANGES.md.html

v1.0.2 (2024-09-29)

Fix

  • get_reachable_states missing epsilon transitions (#8).

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.