package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

camomile-1.0.2.tbz
sha256=f0a419b0affc36500f83b086ffaa36c545560cee5d57e84b729e8f851b3d1632
sha512=7586422e68779476206027c6ebbe19b677fbe459153221f7c952c7fae374c5c8232249cb76fdb1f482069707aa1580be827cd39693906142988268b7f0e7f6d0

doc/camomile.library/CamomileLibrary/Private/UReStrParser/index.html

Module Private.UReStrParser

type token =
  1. | UCHAR of UChar.t
  2. | ASCII of char
  3. | DOT
  4. | ASTARISK
  5. | REPN of int * int option * string
  6. | PLUS
  7. | QUESTION
  8. | LEFT_BRACKET
  9. | RIGHT_BRACKET
  10. | MINUS
  11. | HAT
  12. | DOLLAR
  13. | ALT
  14. | LEFT_PAREN
  15. | RIGHT_PAREN
  16. | LEFT_BRACE
  17. | RIGHT_BRACE
  18. | SPACE
  19. | AND
  20. | OR
  21. | COLON
  22. | BOS
  23. | EOS
  24. | END
val start : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> CamomileLibrary__.UReStrParserType.tree
OCaml

Innovation. Community. Security.