/[svn]/cduce/trunk/driver/cduce.mli
ViewVC logotype

Contents of /cduce/trunk/driver/cduce.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1956 - (show annotations)
Wed Jul 11 13:01:15 2007 UTC (5 years, 10 months ago) by abate
File size: 563 byte(s)
new svn layout

1 exception Escape of exn
2
3 val toplevel: bool ref
4 val verbose: bool ref
5
6 val extra_specs: (string * Arg.spec * string) list ref
7
8 val script : Format.formatter -> Format.formatter -> char Stream.t -> bool
9 val topinput : Format.formatter -> Format.formatter -> char Stream.t -> bool
10
11 val dump_env : Format.formatter -> unit
12
13 val compile: string -> string option -> unit
14 val compile_run: string -> unit
15 val run: string -> unit
16
17 val print_exn: Format.formatter -> exn -> unit
18
19
20 val eval: string -> (Atoms.V.t option * Value.t) list
21 (* Can be used from CDuce units *)

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5