sig type token = Kwdof string |Identof string |Intof int |Floatof float |Stringof string |Charof char val make_lexer :
string list -> char Stdlib.Stream.t ->Genlex.token Stdlib.Stream.t end
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.