Module BatLexing


module BatLexing: sig .. end
Simple lexing using ocaml conventions

This module extends Stdlib's Lexing module, go there for documentation on the rest of the functions and types.



Simple lexing using ocaml conventions

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
Create a lexer buffer on the given input Lexing.from_input inp returns a lexer buffer which reads from the input inp, at the current reading position.

Deprecated

val from_channel : BatIO.input -> Lexing.lexbuf
Deprecated.As BatLexing.from_input