package libsail

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Libsail.LexerSource

module Big_int = Nat_big_num
Sourcemodule M : sig ... end
Sourceval r : 'a -> 'a
Sourceval unescaped : string -> string
Sourceval mk_operator : Parse_ast.prec -> int -> string -> Parser.token
Sourceval operators : Parser.token M.t ref
Sourcetype comment_type =
  1. | Comment_block
  2. | Comment_line
Sourcetype comment =
  1. | Comment of comment_type * Lexing.position * Lexing.position * string
Sourceval comments : comment list ref
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
Sourceval pragma : Lexing.position -> Buffer.t -> bool -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_pragma_rec : Lexing.position -> Buffer.t -> bool -> Lexing.lexbuf -> int -> string
Sourceval line_comment : Lexing.position -> Buffer.t -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_line_comment_rec : Lexing.position -> Buffer.t -> Lexing.lexbuf -> int -> unit
Sourceval doc_comment : Lexing.position -> Buffer.t -> int -> bool -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_doc_comment_rec : Lexing.position -> Buffer.t -> int -> bool -> Lexing.lexbuf -> int -> string
Sourceval comment : Lexing.position -> Buffer.t -> int -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : Lexing.position -> Buffer.t -> int -> Lexing.lexbuf -> int -> unit
Sourceval string : Lexing.position -> Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_rec : Lexing.position -> Buffer.t -> Lexing.lexbuf -> int -> string
OCaml

Innovation. Community. Security.