package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type lexbuf = Lexing.lexbuf
val from_channel : ?with_positions:bool -> in_channel -> lexbuf
val from_string : ?with_positions:bool -> string -> lexbuf
val from_function : ?with_positions:bool -> (Bytes.t -> int -> int) -> lexbuf
val lexeme : lexbuf -> string
val lexeme_char : lexbuf -> int -> char
val lexeme_len : lexbuf -> int
val from_bytes_inplace : Bytes.t -> Lexing.lexbuf
val sub_lexeme : Lexing.lexbuf -> int -> int -> string