package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

camomile-rel-1.0.0.tbz
sha256=718f8d0222d49cf2633462231f10e08c2f09aa824f1d11ac707cdc689a378ef0
md5=ade54c020169c5c7c5563751cd79f510

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.