package mparser

  1. Overview
  2. Docs
A simple monadic parser combinator library

Install

Dune Dependency

Authors

Maintainers

Sources

mparser-1.2.3.tar.gz
sha256=dd08c884ea6e7d60a84613433ea20e7e198a8f90edad5064e4c0bc1ebc2b9669
md5=6e60c1fabb5d51482c664aa1bc8abc95

doc/mparser.re/MParser_RE/index.html

Module MParser_RE

RE-based regular expression parsers. The used syntax is re.perl (the one most similar to PCRE).

A pluggable regular expression engine.

include sig ... end
val match_regexp : 's MParser.state -> Regexp.t -> Regexp.substrings option
val make_regexp : string -> Regexp.t
val regexp : Regexp.t -> (string, 's) MParser.t
val regexp_substrings : Regexp.t -> (string array, 's) MParser.t
module Tokens : sig ... end
OCaml

Innovation. Community. Security.