package sedlex

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val from_gen : char Gen.t -> lexbuf
val from_stream : char Stream.t -> lexbuf
  • deprecated Use [Sedlexing.Latin1.from_gen] instead.
val from_channel : in_channel -> lexbuf
val from_string : string -> lexbuf
val lexeme : lexbuf -> string
val sub_lexeme : lexbuf -> int -> int -> string
val lexeme_char : lexbuf -> int -> char