package sedlex

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.6.tar.gz
md5=e04c37b3f5d8fa7d1ae2fab02b93cce5
sha512=25806a8187c423ab2bf2439cdc1970e0ad8bb9c98dd51f0f5845180656b12fa37f95c7b160db4300336f92a534887d47631f5d9a1e461bcea0f83654c1413168

doc/sedlex_ppx/Sedlex_ppx/Sedlex_cset/index.html

Module Sedlex_ppx.Sedlex_csetSource

Representation of sets of unicode code points.

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

Innovation. Community. Security.