Add copyright notices and new function String.chomp
[ocaml.git] / parsing / parse.mli
blob6b1a14c32d0198496879642e191736d2c51b0fe8
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 (* Entry points in the parser *)
17 val implementation : Lexing.lexbuf -> Parsetree.structure
18 val interface : Lexing.lexbuf -> Parsetree.signature
19 val toplevel_phrase : Lexing.lexbuf -> Parsetree.toplevel_phrase
20 val use_file : Lexing.lexbuf -> Parsetree.toplevel_phrase list