package sedlex

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.tar.gz
md5=1caec7e0d17b2ab27ea9f5ccf193ad42
sha512=848a06517c89d40a8162c2d06d2ff3197de5aae5f22345f8f172183f8cf4d728406cc0e3f94365170a9d6167dc083973b4e4a4683871693138c8e82df7877b5f

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.