This directory contains:

lexer.ml, lexer.mli
  This is an example of a lexer for caml-light using streams. Can be used
  as a template for a lexer for your own languages.

util.ml
  Some functions to convert a string, a file, and stdin into string streams.
