OVERVIEW:

  OCaml with Caml Light syntax.

  Restrictions:
     1/ constructors must start with an uppercase letter
     2/ variables must start with an lowercase letter
     3/ no mutable constructors

  Toplevel:
     ocamlcl
  
  Compilation:
     ocamlclc          (* bytecode *)
     ocamlclopt        (* native *)

KNOWN BUGS

  The library is probably very incomplete and some features of the
  language not implemented. Just write us if you want them to be
  completed.

VERSION

  This version is 0.3.

CONTENTS:

	CHANGES		changes
	INSTALL		installation instructions
	LICENSE		licence notice
	Makefile	makefile
	README		this file
	libcl.ml	the compatibility library
	pa_cl.ml	camlp4 syntax definition
	top_cl.ml	toplevel module
        ocamlclc.sh     bytecode compilation shell
        ocamlclopt.sh   native code compilation shell

COPYRIGHT:

  All files are Copyright (c) 2002 INRIA
  See the file LICENSE

AUTHOR

  Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
