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_parser/index.html

Module Mik_parserSource

Sourcetype token =
  1. | UNDERSCORE
  2. | TILDE
  3. | STRING_LITERAL of string
  4. | STAR
  5. | SLASH
  6. | RPAREN
  7. | RBRACKET
  8. | RBRACE
  9. | QUESTION
  10. | PREDEFINED_CLASS of string
  11. | PLUS
  12. | PIPE
  13. | MOD_IDENT of string
  14. | LPAREN
  15. | LBRACKET
  16. | LBRACE
  17. | INT_CONVERTER
  18. | INT of string
  19. | IDENT of string
  20. | FLOAT_CONVERTER
  21. | EQUAL
  22. | EOF
  23. | EMPTY_STR
  24. | DASH
  25. | COLON
  26. | CHAR_LITERAL of string
  27. | CARET
  28. | BAR
  29. | AS
Sourceexception Error
Sourceval pattern : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> string Regexp_types.t
Sourceval main_match_case : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> string Regexp_types.t * Regexp_types.flags