source:
Deliverables/D2.2/8051/src/cminor/cminorInterpret.mli
@
740
Last change on this file since 740 was 486, checked in by , 10 years ago | |
---|---|
File size: 231 bytes |
Line | |
---|---|
1 | (** This module provides a function to interpret a [Cminor] program and |
2 | return the trace of cost labels encountered. This function can |
3 | also print debug informations. *) |
4 | |
5 | val interpret : bool -> Cminor.program -> AST.trace |
Note: See TracBrowser
for help on using the repository browser.