source:
Deliverables/D2.2/8051/src/cminor/cminorPrinter.mli
@
640
Last change on this file since 640 was 486, checked in by , 10 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | |
2 | (** This module provides functions to print elements of [Cminor] |
3 | programs. *) |
4 | |
5 | val print_expression : Cminor.expression -> string |
6 | |
7 | val string_of_statement : Cminor.statement -> string |
8 | |
9 | val print_program : Cminor.program -> string |
10 |
Note: See TracBrowser
for help on using the repository browser.