sig type token = Kwdof string |Identof string |Intof int |Floatof float |Stringof string |Charof char val make_lexer : string list -> char Stream.t ->Genlex.token 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.