diff options
Diffstat (limited to 'stdlib/parsing.ml')
-rw-r--r-- | stdlib/parsing.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/parsing.ml b/stdlib/parsing.ml index 446ee2665..57abf7365 100644 --- a/stdlib/parsing.ml +++ b/stdlib/parsing.ml @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + (* The parsing engine *) open Lexing |