1995-08-09 08:06:35 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Caml Special Light *)
|
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 1995 Institut National de Recherche en Informatique et *)
|
|
|
|
(* Automatique. Distributed only by permission. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
1995-05-04 03:15:53 -07:00
|
|
|
(* Entry points in the parser *)
|
|
|
|
|
|
|
|
val implementation : Lexing.lexbuf -> Parsetree.structure
|
|
|
|
val interface : Lexing.lexbuf -> Parsetree.signature
|
1995-11-01 10:12:24 -08:00
|
|
|
val toplevel_phrase : Lexing.lexbuf -> Parsetree.toplevel_phrase
|
|
|
|
val use_file : Lexing.lexbuf -> Parsetree.toplevel_phrase list
|
1995-05-04 03:15:53 -07:00
|
|
|
|
|
|
|
exception Error of int * int (* Syntax error *)
|