package sedlex

  1. Overview
  2. Docs
An OCaml lexer generator for Unicode

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.tar.gz
md5=a9f257c293741c67ffc1d8ef92f99ae0
sha512=5c511a89e43999b34e50cc820a4ac71ecd0315ef144da2af1653077d7497b2ce3658898b723a7c558693766e6bc57369349cdf78c4a4b962a23d4528161b78ef

doc/sedlex_ppx/Sedlex_ppx/Sedlex_cset/index.html

Module Sedlex_ppx.Sedlex_cset

Representation of sets of unicode code points.

type t = (int * int) list
val min_code : int
val max_code : int
val empty : t
val any : t
val union : t -> t -> t
val difference : t -> t -> t
val intersection : t -> t -> t
val is_empty : t -> bool
val eof : t
val singleton : int -> t
val interval : int -> int -> t
val letter : t
val digit : t
val extender : t
val base_char : t
val ideographic : t
val combining_char : t
val blank : t
val tr8876_ident_char : t
OCaml

Innovation. Community. Security.