Add copyright notices and new function String.chomp
[ocaml.git] / bytecomp / bytegen.mli
blob04265fde3093629d9a74bf22cb04c7f63d86b5d2
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 (* Generation of bytecode from lambda terms *)
17 open Lambda
18 open Instruct
20 val compile_implementation: string -> lambda -> instruction list
21 val compile_phrase: lambda -> instruction list * instruction list