package vlt

  1. Overview
  2. Docs

Module Vlt.ConfigLexerSource

Sourcetype error =
  1. | Invalid_character of char
  2. | Unexpected_end_of_file
Sourceval string_of_error : error -> string
Sourceval fail : Lexing.lexbuf -> error -> 'a
Sourceval incr_line : Lexing.lexbuf -> unit
Sourceval add_char : string -> Buffer.t -> string -> unit
Sourceval add_octal_char : Buffer.t -> string -> unit
Sourceval add_hexa_char : Buffer.t -> string -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> ConfigParser.token
Sourceval __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> ConfigParser.token
Sourceval comment : int -> Lexing.lexbuf -> ConfigParser.token
Sourceval __ocaml_lex_comment_rec : int -> Lexing.lexbuf -> int -> ConfigParser.token
OCaml

Innovation. Community. Security.