package bcfg

  1. Overview
  2. Docs

Module Bcfg_lexerSource

Sourceexception Unexpected_character of char
Sourceexception Invalid_word of string
Sourceval escape_to_char : char -> char
Sourceval unescape : string -> string
Sourceval from_hex : char -> char -> char
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Bcfg_parser.token
Sourceval dquote : string list -> Lexing.lexbuf -> Bcfg_parser.token
Sourceval __ocaml_lex_dquote_rec : string list -> Lexing.lexbuf -> int -> Bcfg_parser.token
Sourceval quote : string list -> Lexing.lexbuf -> Bcfg_parser.token
Sourceval __ocaml_lex_quote_rec : string list -> Lexing.lexbuf -> int -> Bcfg_parser.token