package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.1.tar.gz
sha256=f64814687276bad56483b2b8dfaaf70d0d6485f67fe5d44bff34bfa47af1896e
md5=3a15a377800cf988a310b4082406c685

doc/orsetto.cf/Cf_dfa/Mk_affix/index.html

Module Cf_dfa.Mk_affix

Use Mk_affix(R) to make the optional affix operators for R.

Parameters

module R : Regular

Signature

val (!:) : R.event -> R.term

Use !: event as one event.

val (!^) : (R.event -> bool) -> R.term

Use !^ f as sat f.

val (!?) : R.term -> R.term

Use !? term as opt term

val (!*) : R.term -> R.term

Use !* term as star term

val (!+) : R.term -> R.term

Use !+ term as seq ~a:1 term

val ($|) : R.term -> R.term -> R.term

Use a $| b as alt2 a b

val ($&) : R.term -> R.term -> R.term

Use a $& b as cat2 a b

val ($=) : R.term -> 'r -> 'r R.fin

Use term $= v as fin term v

OCaml

Innovation. Community. Security.