Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type token =
| Leof
| Lopenv
| Lunqsplice
| Lident of string
| Lstring of string
| Lnumber of Ocs_types.sval
| Lbool of Ocs_types.sval
| Lchar of Ocs_types.sval
| Ltoken of char
val make_lexer : Ocs_port.port -> string -> lexer
val get_loc : lexer -> Ocs_error.location