package ppx_mikmatch

  1. Overview
  2. Docs
Matching Regular Expressions with OCaml Patterns using Mikmatch's syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.4.tar.gz
md5=3428892cb040a21968e25c451d45e47a
sha512=58ff6f86d962719aa5a34aa5eef2b027c2ba7c0c17cc46ea5eb08b56e9e1e8bc32150722383cce52d74ffc2c231cdaa5f8c9220a595f281e29221c2d308c0178

doc/ppx_mikmatch.lib/Mik_lexer/index.html

Module Mik_lexerSource

Sourceexception Error of string
Sourceval new_line : Lexing.lexbuf -> unit
Sourceval predefined_classes : (string * string) list
Sourceval escape_char : char -> char
Sourceval escape_special : char -> string
Sourceval needs_escape : char -> bool
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Mik_parser.token
Sourceval __ocaml_lex_char_literal_rec : Buffer.t -> Lexing.lexbuf -> int -> Mik_parser.token
Sourceval string_literal : Buffer.t -> Lexing.lexbuf -> Mik_parser.token
Sourceval __ocaml_lex_string_literal_rec : Buffer.t -> Lexing.lexbuf -> int -> Mik_parser.token