]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/acc.mli
Package description and copyright added.
[pkg-cerco/acc.git] / src / acc.mli
1 (** This module realizes the compiler as a command line program 
2     if {!Options.web_mode} is disabled. Otherwise, the compiler can
3     be used as an API.
4
5     @author Yann Regis-Gianas 
6 *)
7
8 val process : ?step:(int -> int -> unit) -> Languages.source -> Languages.ast list * Languages.ast
9