module Code:Le code de la machine abstraite pour PCFsig
..end
type
instruction =
| |
Ldi of |
| |
Push |
| |
IOp of |
| |
Extend |
| |
Search of |
| |
Pushenv |
| |
Popenv |
| |
Mkclos of |
| |
Mkclosrec of |
| |
Apply |
| |
Test of |
typecode =
instruction list
val print_instruction : Pervasives.out_channel -> instruction -> unit
val print_code : Pervasives.out_channel -> code -> unit