source:
Deliverables/D2.2/8051/src/common/primitive.mli
@
486
Last change on this file since 486 was 486, checked in by , 10 years ago | |
---|---|
File size: 286 bytes |
Line | |
---|---|
1 | |
2 | (** These are the functions provided by the runtime system. *) |
3 | |
4 | val primitives : StringTools.Set.t |
5 | |
6 | val is_primitive : string -> bool |
7 | |
8 | val print_int : string |
9 | val print_intln : string |
10 | val scan_int : string |
11 | val alloc : string |
12 | val modulo : string |
13 | |
14 | val print_sig : AST.signature -> string |
Note: See TracBrowser
for help on using the repository browser.