]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/clight/clightInterpret.mli
Imported Upstream version 0.2
[pkg-cerco/acc.git] / src / clight / clightInterpret.mli
1 (** This module provides a function to interpret a [Clight] program
2     and return the trace of cost labels encountered. This function
3     can also print debug informations.  *)
4
5 (** [interpret debug p] returns the trace of execution of program [p]. *)
6
7 val interpret: bool -> Clight.program -> AST.trace