package sedlex

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type byte_order =
  1. | Little_endian
  2. | Big_endian
val from_gen : char Gen.t -> byte_order option -> lexbuf
val from_stream : char Stream.t -> byte_order option -> lexbuf
  • deprecated Use [Sedlexing.Utf16.from_gen] instead.
val from_channel : in_channel -> byte_order option -> lexbuf
val from_string : string -> byte_order option -> lexbuf
val lexeme : lexbuf -> byte_order -> bool -> string
val sub_lexeme : lexbuf -> int -> int -> byte_order -> bool -> string