package gospel

  1. Overview
  2. Docs

Module Gospel.UlexerSource

Sourcemodule W = Warnings
Sourceval keywords : (string, Uparser.token) Hashtbl.t
Sourceval digit_value : char -> int
Sourceval num_value : Lexing.lexbuf -> base:int -> first:int -> last:int -> int
Sourceval char_for_backslash : char -> char
Sourceval illegal_escape : Lexing.lexbuf -> string -> 'a
Sourceval char_for_decimal_code : Lexing.lexbuf -> int -> char
Sourceval char_for_octal_code : Lexing.lexbuf -> int -> char
Sourceval char_for_hexadecimal_code : Lexing.lexbuf -> int -> char
Sourceval newline : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Uparser.token
Sourceval comment : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> unit
Sourceval string : Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> string
Sourceval string_skip_spaces : Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_skip_spaces_rec : Buffer.t -> Lexing.lexbuf -> int -> string
OCaml

Innovation. Community. Security.