Up

module Lexer

: sig
#
val main : Lexing.lexbuf -> Parser.token
#
exception Lexical_error of string * string * int * int
end