module Ldap_urllexer:sig
..end
type
lexeme =
| |
SCHEME |
| |
COLONSLASHSLASH |
| |
PORT of |
| |
HOST of |
| |
DN of |
| |
IDENT of |
| |
SCOPE of |
| |
FILTER of |
| |
QUESTION |
| |
EQUAL |
| |
CRITICAL |
| |
SLASH |
| |
WHSP |
| |
COMMA |
exception SyntaxError
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val lexurl : Stdlib.Lexing.lexbuf -> Ldap_types.ldap_url
val __ocaml_lex_lexurl_rec : Stdlib.Lexing.lexbuf -> int -> Ldap_types.ldap_url