sedlex
An OCaml lexer generator for Unicode
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val from_channel : in_channel -> lexbuf
Create a lexbuf from a UTF-8 encoded input channel.
val from_string : string -> lexbuf
Create a lexbuf from a UTF-8 encoded string.
val lexeme : lexbuf -> string
As Sedlexing.lexeme
with a result encoded in UTF-8.
val sub_lexeme : lexbuf -> int -> int -> string
As Sedlexing.sub_lexeme
with a result encoded in UTF-8.