blob: 26d59cbf22aae3dff30ed10fda4bb10947075d6a (
plain)
1
2
3
4
5
6
7
8
9
|
exception EOF
exception UnclosedQuote
exception LexError of string
val discard : Lexbuf.t -> unit
(** Discard the remaining element in the location until the end of this one.
Used in case of unrecoverable error *)
val main : Lexbuf.t -> Tokens.token
|