jon.recoil.org

Module Sedlexing.Utf8Source

Sourceval from_gen : char Gen.t -> Sedlexing.lexbuf

Create a lexbuf from a UTF-8 encoded stream.

Create a lexbuf from a UTF-8 encoded input channel.

Sourceval from_string : string -> Sedlexing.lexbuf

Create a lexbuf from a UTF-8 encoded string.

Sourceval lexeme : Sedlexing.lexbuf -> string

As Sedlexing.lexeme with a result encoded in UTF-8.

Sourceval sub_lexeme : Sedlexing.lexbuf -> int -> int -> string

As Sedlexing.sub_lexeme with a result encoded in UTF-8.

Sourcemodule Helper : sig ... end