package ocamlregextkit

  1. Overview
  2. Docs

Module Regextkit.TreeSource

Type definition of Regular Expression Abstract Syntax Tree

Sourcetype re =
  1. | Literal of string
  2. | Epsilon
  3. | Empty
  4. | Union of re * re
  5. | Concat of re * re
  6. | Star of re
OCaml

Innovation. Community. Security.