module BatLexing:Simple lexing using ocaml conventionssig
..end
This module extends Stdlib's
Lexing
module, go there for documentation on the rest of the functions
and types.
This module extends Stdlib's
Lexing
module, go there for documentation on the rest of the functions
and types.
val from_input : BatIO.input -> Lexing.lexbuf
Lexing.from_input inp
returns a lexer buffer which reads
from the input inp
, at the current reading position.val from_channel : BatIO.input -> Lexing.lexbuf