package atd

  1. Overview
  2. Docs

Module Atd.LexerSource

Sourceval lexing_error : Lexing.lexbuf -> string -> 'a
Sourcetype accu = {
  1. mutable depth : int;
  2. buf : Buffer.t;
}
Sourceval newline : Lexing.lexbuf -> unit
Sourceval int_of_dec : char -> int
Sourceval int_of_hex : char -> int
Sourceval byte_of_hex : char -> char -> char
Sourceval byte_of_dec : char -> char -> char -> char
Sourceval utf8_of_hex4 : Buffer.t -> char -> char -> char -> char -> unit
Sourcetype string_kind =
  1. | Double_quoted
  2. | Single_quoted
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
Sourceval string : string_kind -> Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_rec : string_kind -> Buffer.t -> Lexing.lexbuf -> int -> string
Sourceval comment : int -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : int -> Lexing.lexbuf -> int -> unit
Sourceval init_fname : Lexing.lexbuf -> string -> int -> unit
OCaml

Innovation. Community. Security.