]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - cparser/Parse.mli
Imported Upstream version 0.1
[pkg-cerco/acc-trusted.git] / cparser / Parse.mli
1 (* *********************************************************************)
2 (*                                                                     *)
3 (*              The Compcert verified compiler                         *)
4 (*                                                                     *)
5 (*          Xavier Leroy, INRIA Paris-Rocquencourt                     *)
6 (*                                                                     *)
7 (*  Copyright Institut National de Recherche en Informatique et en     *)
8 (*  Automatique.  All rights reserved.  This file is distributed       *)
9 (*  under the terms of the GNU General Public License as published by  *)
10 (*  the Free Software Foundation, either version 2 of the License, or  *)
11 (*  (at your option) any later version.  This file is also distributed *)
12 (*  under the terms of the INRIA Non-Commercial License Agreement.     *)
13 (*                                                                     *)
14 (* *********************************************************************)
15
16 (* Entry point for the library: parse, elaborate, and transform *)
17
18 val preprocessed_file: string -> string -> string -> C.program option
19
20 (* first arg: desired transformations
21    second arg: source file name before preprocessing
22    third arg: file after preprocessing *)