diff options
Diffstat (limited to 'parsing/parse.ml')
-rw-r--r-- | parsing/parse.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parsing/parse.ml b/parsing/parse.ml index 04764f5eb..27ccefccb 100644 --- a/parsing/parse.ml +++ b/parsing/parse.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$ *) + (* Entry points in the parser *) exception Error of int * int (* Syntax error *) |