Last change
on this file since 2169 was
1542,
checked in by tranquil, 9 years ago
|
merge of indexed labels branch
|
File size:
321 bytes
|
Line | |
---|
1 | |
---|
2 | (** This module provides a function to print [RTLabs] programs. *) |
---|
3 | |
---|
4 | val print_statement : RTLabs.statement -> string |
---|
5 | |
---|
6 | val print_cst : AST.cst -> string |
---|
7 | |
---|
8 | val print_op1 : AST.op1 -> Register.t -> string |
---|
9 | |
---|
10 | val print_op2 : AST.op2 -> RTLabs.argument -> RTLabs.argument -> string |
---|
11 | |
---|
12 | val print_program : RTLabs.program -> string |
---|
Note: See
TracBrowser
for help on using the repository browser.